From 29c7e7d3f0a4e0a0820996a809fc012563808ad8 Mon Sep 17 00:00:00 2001 From: Steven Perron Date: Wed, 13 Nov 2024 12:50:04 -0500 Subject: [PATCH] Add NonSemanticShaderDebugInfo100.h to bazel build. --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.bazel b/BUILD.bazel index 25634d948..36e83fa98 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -133,6 +133,7 @@ cc_library( "include/spirv/unified1/GLSL.std.450.h", "include/spirv/unified1/NonSemanticClspvReflection.h", "include/spirv/unified1/NonSemanticDebugPrintf.h", + "include/spirv/unified1/NonSemanticShaderDebugInfo100.h", "include/spirv/unified1/NonSemanticVkspReflection.h", "include/spirv/unified1/OpenCL.std.h", ],