We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0dd19 commit 8f4e28aCopy full SHA for 8f4e28a
1 file changed
base/cvd/cuttlefish/host/graphics_detector/shaders/BUILD.bazel
@@ -12,5 +12,11 @@ cf_cc_binary(
12
cf_cc_library(
13
name = "graphics_detector_shaders",
14
clang_format_enabled = False,
15
- textual_hdrs = glob(["*.inl"]),
+ textual_hdrs = [
16
+ "blit_texture.frag.inl",
17
+ "blit_texture.vert.inl",
18
+ "blit_texture_highp.frag.inl",
19
+ "blit_texture_lowp.frag.inl",
20
+ "blit_texture_mediump.frag.inl",
21
+ ],
22
)
0 commit comments