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
One place this can't be done is when that integer is used to index a struct in an access-chain.
However, this is controversial: KhronosGroup/SPIRV-Headers#50
For example, the following SPIR-V constant:
Can be turned into
[[mat:%\d+]] = OpConstantNull %mat2v4float
Shorter codegen; and I assume the performance should be at least on par?
The text was updated successfully, but these errors were encountered: