rmordechay / glsl-plugin-idea

GLSL support for JetBrains IDE's
Apache License 2.0
33 stars 11 forks source link

Vector index read error #36

Closed HeyHouBenjo closed 2 weeks ago

HeyHouBenjo commented 1 month ago

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

rmordechay commented 1 month ago

@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.

rmordechay commented 2 weeks ago

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

HeyHouBenjo commented 2 weeks ago

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