aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authoralan-baker <alanbaker@google.com>2020-07-29 14:23:29 -0400
committerGitHub <noreply@github.com>2020-07-29 14:23:29 -0400
commit96013f32b484ad806047960a5abe4d500485461a (patch)
tree6b5b012980667cac4e903433aab612354e19501e /tools
parent76afa639743d4e6780d899e5d2788f22864cb2e0 (diff)
downloadSPIRV-Headers-96013f32b484ad806047960a5abe4d500485461a.tar.gz
Publish the headers for the clspv embedded reflection non-semantic extended instruction set (#164)
* Clspv non-semantic reflection instruction set * Version 1
Diffstat (limited to 'tools')
-rwxr-xr-xtools/buildHeaders/bin/makeExtinstHeaders.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildHeaders/bin/makeExtinstHeaders.py b/tools/buildHeaders/bin/makeExtinstHeaders.py
index 780e479..9359747 100755
--- a/tools/buildHeaders/bin/makeExtinstHeaders.py
+++ b/tools/buildHeaders/bin/makeExtinstHeaders.py
@@ -25,3 +25,4 @@ mk_extinst('AMD_shader_ballot', 'extinst.spv-amd-shader-ballot.grammar.json')
mk_extinst('AMD_shader_explicit_vertex_parameter', 'extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json')
mk_extinst('AMD_shader_trinary_minmax', 'extinst.spv-amd-shader-trinary-minmax.grammar.json')
mk_extinst('NonSemanticDebugPrintf', 'extinst.nonsemantic.debugprintf.grammar.json')
+mk_extinst('NonSemanticClspvReflection', 'extinst.nonsemantic.clspvreflection.grammar.json')