Skip to content

spirv: Implement SPV_KHR_non_semantic_info

Caio Oliveira requested to merge cmarcelo/mesa:r/spirv-non-semantic into master

Do nothing for OpExtInst from extended instruction sets that name start with "NonSemantic.".

Since they can be used within the "preamble" to annotate global decorations, also don't stop iterating when one of them is found.

Merge request reports