aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kessenich <johnkslang@users.noreply.github.com>2018-03-19 14:24:59 -0600
committerGitHub <noreply@github.com>2018-03-19 14:24:59 -0600
commit9a978611040166dae4d197a40b61e9fa3bd21b9c (patch)
tree7f6f9cf4f48b38c87f301ea9e9cb5bd363f7c8f8
parent9f6846f973a1ef53790e75b9190820ab1557434f (diff)
parent728eb3f103505f17cbcf7da6fc71da00f74f1adf (diff)
downloadSPIRV-Headers-9a978611040166dae4d197a40b61e9fa3bd21b9c.tar.gz
Merge pull request #63 from antiagainst/add-missing-extensions
Add missing extensions for several symbols
-rw-r--r--include/spirv/unified1/spirv.core.grammar.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/spirv/unified1/spirv.core.grammar.json b/include/spirv/unified1/spirv.core.grammar.json
index cff24ec..901d0de 100644
--- a/include/spirv/unified1/spirv.core.grammar.json
+++ b/include/spirv/unified1/spirv.core.grammar.json
@@ -4561,6 +4561,7 @@
"enumerant" : "StencilRefReplacingEXT",
"value" : 5027,
"capabilities" : [ "StencilExportEXT" ],
+ "extensions" : [ "SPV_EXT_shader_stencil_export" ],
"version" : "None"
}
]
@@ -5527,6 +5528,7 @@
{
"enumerant" : "ExplicitInterpAMD",
"value" : 4999,
+ "extensions" : [ "SPV_AMD_shader_explicit_vertex_parameter" ],
"version" : "None"
},
{
@@ -5882,42 +5884,50 @@
{
"enumerant" : "BaryCoordNoPerspAMD",
"value" : 4992,
+ "extensions" : [ "SPV_AMD_shader_explicit_vertex_parameter" ],
"version" : "None"
},
{
"enumerant" : "BaryCoordNoPerspCentroidAMD",
"value" : 4993,
+ "extensions" : [ "SPV_AMD_shader_explicit_vertex_parameter" ],
"version" : "None"
},
{
"enumerant" : "BaryCoordNoPerspSampleAMD",
"value" : 4994,
+ "extensions" : [ "SPV_AMD_shader_explicit_vertex_parameter" ],
"version" : "None"
},
{
"enumerant" : "BaryCoordSmoothAMD",
"value" : 4995,
+ "extensions" : [ "SPV_AMD_shader_explicit_vertex_parameter" ],
"version" : "None"
},
{
"enumerant" : "BaryCoordSmoothCentroidAMD",
"value" : 4996,
+ "extensions" : [ "SPV_AMD_shader_explicit_vertex_parameter" ],
"version" : "None"
},
{
"enumerant" : "BaryCoordSmoothSampleAMD",
"value" : 4997,
+ "extensions" : [ "SPV_AMD_shader_explicit_vertex_parameter" ],
"version" : "None"
},
{
"enumerant" : "BaryCoordPullModelAMD",
"value" : 4998,
+ "extensions" : [ "SPV_AMD_shader_explicit_vertex_parameter" ],
"version" : "None"
},
{
"enumerant" : "FragStencilRefEXT",
"value" : 5014,
"capabilities" : [ "StencilExportEXT" ],
+ "extensions" : [ "SPV_EXT_shader_stencil_export" ],
"version" : "None"
},
{