We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c79e17 commit a1b356bCopy full SHA for a1b356b
GPU/GPUTracking/cmake/vulkan_display.cmake
@@ -27,7 +27,7 @@ function(add_glslc_shader TARGET SHADER)
27
OUTPUT ${spirv-file}
28
COMMAND ${Vulkan_GLSLC_EXECUTABLE} -o ${spirv-file} ${input-file-abs} -MD -MT ${spirv-file} -MF ${spirv-file}.d
29
DEPENDS ${input-file-abs}
30
- DEPFILE ${input-file-abs}.d
+ DEPFILE ${spirv-file}.d
31
COMMENT "Compiling GLSL to SPIRV: ${SHADER}"
32
VERBATIM
33
)
0 commit comments