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
{{ message }}
This repository was archived by the owner on Dec 8, 2022. It is now read-only.
SPIR-V access chain indices are treated as signed.
So an array size must be bounded so that you can actually index the entire array.
Since the max int width is 32-bits, the max num elements should be 2^31.