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:
authorRaun Krisch <raun.krisch@gmail.com>2021-08-30 22:54:50 +0300
committerGitHub <noreply@github.com>2021-08-30 22:54:50 +0300
commit6cae8216a6ea19ff3f237af01e54378c1ff81fcd (patch)
tree2629b5139e32be080968c20ec5d9e02ee0a3eae2
parent449bc986ba6f4c5e10e32828783f9daef2a77644 (diff)
parent4dcae485982857f805a8377f22979ac0c37e0332 (diff)
Merge pull request #236 from greg-lunarg/db7
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"],
)