File tree Expand file tree Collapse file tree
base/cvd/cuttlefish/host/graphics_detector/shaders Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,14 +42,25 @@ genrule(
4242 tools = [":generate_shader_embed" ],
4343)
4444
45+ genrule (
46+ name = "blit_texture_lowp.frag.inl" ,
47+ srcs = [
48+ "blit_texture_lowp.frag" ,
49+ "blit_texture_lowp.frag.spv" ,
50+ ],
51+ outs = ["blit_texture_lowp.frag.inl" ],
52+ cmd = "$(location :generate_shader_embed) $(location :blit_texture_lowp.frag) $(location :blit_texture_lowp.frag.spv) kBlitTextureLowpFrag $@" ,
53+ tools = [":generate_shader_embed" ],
54+ )
55+
4556cf_cc_library (
4657 name = "graphics_detector_shaders" ,
4758 clang_format_enabled = False ,
4859 textual_hdrs = [
4960 ":blit_texture.frag.inl" ,
5061 ":blit_texture.vert.inl" ,
5162 ":blit_texture_highp.frag.inl" ,
52- "blit_texture_lowp.frag.inl" ,
63+ ": blit_texture_lowp.frag.inl" ,
5364 "blit_texture_mediump.frag.inl" ,
5465 ],
5566)
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments