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 has been 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.
The text was updated successfully, but these errors were encountered:
dneto0
added a commit
to dneto0/SPIRV-Tools
that referenced
this issue
Nov 29, 2019
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.
The text was updated successfully, but these errors were encountered: