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
The document doesn't contain the words load, access, or copy, so I don't know if the decorator goes on the OpLoad, the OpAccessChain or the OpCopyObject.. And do I even need the OpCopyObject? And how viral is the NonUniform decorator? Would like the document to be more prescriptive.
The text was updated successfully, but these errors were encountered:
VUID-RuntimeSpirv-NonUniform-06274
If an instruction loads from or stores to a resource (including atomics and image instructions) and the resource descriptor being accessed is not dynamically uniform, then the operand corresponding to that resource (e.g. the pointer or sampled image operand) must be decorated with NonUniform.
The document doesn't contain the words load, access, or copy, so I don't know if the decorator goes on the OpLoad, the OpAccessChain or the OpCopyObject.. And do I even need the OpCopyObject? And how viral is the NonUniform decorator? Would like the document to be more prescriptive.
The text was updated successfully, but these errors were encountered: