We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0108966 + 9783380 commit 6624e13Copy full SHA for 6624e13
BUILD.gn
@@ -74,6 +74,15 @@ action("glslang_extension_headers") {
74
75
out_file = "${target_gen_dir}/include/glslang/glsl_intrinsic_header.h"
76
77
+ # Fuchsia GN build rules require all GN actions to be hermetic and they
78
+ # should correctly and fully state their inputs and outpus (see
79
+ # https://fuchsia.dev/fuchsia-src/development/build/hermetic_actions
80
+ # for details). All input files of the script should be added to the
81
+ # |sources| list.
82
+ sources = [
83
+ "glslang/ExtensionHeaders/GL_EXT_shader_realtime_clock.glsl",
84
+ ]
85
+
86
inputs = [
87
script
88
]
0 commit comments