Skip to content

spirv: Handle SpvOpDecorationId

Caio Oliveira requested to merge cmarcelo/mesa:r/spirv-decoration-id into master

Two patches, one to rename the field "literal" in vtn_decoration to "operand" which is the term used in the spec and includes Ids. Then parse SpvOpDecorationId -- needed for the HlslCounterBufferGOOGLE decoration.

Merge request reports