Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Headers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Fischer <greg@lunarg.com>2021-08-28 03:32:59 +0300
committerGreg Fischer <greg@lunarg.com>2021-08-28 03:32:59 +0300
commit4dcae485982857f805a8377f22979ac0c37e0332 (patch)
tree2629b5139e32be080968c20ec5d9e02ee0a3eae2
parent449bc986ba6f4c5e10e32828783f9daef2a77644 (diff)
Add nonsemantic.shader.debuginfo to Bazel
-rw-r--r--BUILD.bazel5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 9cb46bf..c898ade 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -92,6 +92,11 @@ filegroup(
)
filegroup(
+ name = "spirv_ext_inst_nonsemantic_shader_debuginfo_100_grammar_unified1",
+ srcs = ["include/spirv/unified1/extinst.nonsemantic.shader.debuginfo.100.grammar.json"],
+)
+
+filegroup(
name = "spirv_ext_inst_spv_amd_gcn_shader_grammar_unified1",
srcs = ["include/spirv/unified1/extinst.spv-amd-gcn-shader.grammar.json"],
)