You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems like it may be a specification issue more than anything else.
Currently, only uint/uint32_t is supported for array indexing.
uint64_t or uint16_t throw a "p.glsl:73: error: '[]' : scalar integer expression required" error (which, to be fair, is kind of a crummy error message and doesn't explain what is going on).
The text was updated successfully, but these errors were encountered:
This seems like it may be a specification issue more than anything else.
Currently, only uint/uint32_t is supported for array indexing.
uint64_t or uint16_t throw a "p.glsl:73: error: '[]' : scalar integer expression required" error (which, to be fair, is kind of a crummy error message and doesn't explain what is going on).
The text was updated successfully, but these errors were encountered: