rmordechay/glsl-plugin-idea

Vector index read error

Closed this issue · 3 comments

image
Assigning a vector component by index works fine, but reading/copying gives an error message about incompatible types. The same happens for uvec3, where it should read a uint

@HeyHouBenjo Thanks for reporting. I looked exactly for this kind of bugs. I will fix it and release in the next day a new version. I'm working on error messages and in the next release there would be also the ability to disable the error.

@HeyHouBenjo Is everything working as expected? Can I close the ticket?

After updating from 1.1.2 to 1.1.3, the scenario shown above does not show an error anymore, as expected.