summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/out/gpu/shader_cache.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/video/out/gpu/shader_cache.c b/video/out/gpu/shader_cache.c
index 780bf7f5d7..f38f0a49fc 100644
--- a/video/out/gpu/shader_cache.c
+++ b/video/out/gpu/shader_cache.c
@@ -777,11 +777,6 @@ static void gl_sc_generate(struct gl_shader_cache *sc,
ADD(header, "#define texture texture2D\n");
}
- if (sc->ra->glsl_vulkan && type == RA_RENDERPASS_TYPE_COMPUTE) {
- ADD(header, "#define gl_GlobalInvocationIndex "
- "(gl_WorkGroupID * gl_WorkGroupSize + gl_LocalInvocationID)\n");
- }
-
// Additional helpers.
ADD(header, "#define LUT_POS(x, lut_size)"
" mix(0.5 / (lut_size), 1.0 - 0.5 / (lut_size), (x))\n");