aboutsummaryrefslogtreecommitdiff
path: root/include/spirv/unified1/spirv.lua
diff options
context:
space:
mode:
authorLei Zhang <antiagainst@google.com>2018-03-01 16:24:21 -0500
committerLei Zhang <antiagainst@google.com>2018-03-02 11:44:51 -0500
commitfa2319eeae71a44277bca4af1c8d1ab186bdbe3a (patch)
tree5cd71c239a3513d95c9389039d3f6f2d5234a0b6 /include/spirv/unified1/spirv.lua
parent2bf91d32b2ce17df9ca6c1e62cf478b24e7d2644 (diff)
downloadSPIRV-Headers-fa2319eeae71a44277bca4af1c8d1ab186bdbe3a.tar.gz
Add grammar and symbols for two Google extensions to unified1
* SPV_GOOGLE_decorate_string * SPV_GOOGLE_hlsl_functionality1
Diffstat (limited to 'include/spirv/unified1/spirv.lua')
-rw-r--r--include/spirv/unified1/spirv.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/spirv/unified1/spirv.lua b/include/spirv/unified1/spirv.lua
index ecd1fc8..7ba4a65 100644
--- a/include/spirv/unified1/spirv.lua
+++ b/include/spirv/unified1/spirv.lua
@@ -366,6 +366,8 @@ spv = {
PassthroughNV = 5250,
ViewportRelativeNV = 5252,
SecondaryViewportRelativeNV = 5256,
+ HlslCounterBufferGOOGLE = 5634,
+ HlslSemanticGOOGLE = 5635,
},
BuiltIn = {
@@ -969,6 +971,8 @@ spv = {
OpSubgroupBlockWriteINTEL = 5576,
OpSubgroupImageBlockReadINTEL = 5577,
OpSubgroupImageBlockWriteINTEL = 5578,
+ OpDecorateStringGOOGLE = 5632,
+ OpMemberDecorateStringGOOGLE = 5633,
},
}