PurpleKingdomGames / ultraviolet

Scala 3 to GLSL transpiler library
MIT License
58 stars 2 forks source link

BUG: Cannot access components of an array look up #68

Closed davesmith00000 closed 1 year ago

davesmith00000 commented 1 year ago

Example:

// for some array of vec2's
myArr(0).y

will have the .y missing from the GLSL output.