extra return

This commit is contained in:
mcrcortex
2025-09-17 16:56:05 +10:00
parent 25ac827865
commit 7ec41006f7

View File

@@ -150,6 +150,12 @@ void main() {
#endif
}
#ifndef PATCHED_SHADER_ALLOW_DERIVATIVES
if (gl_HelperInvocation) {
return;
}
#endif
#ifndef PATCHED_SHADER
colour = computeColour(texPos, colour);
outColour = colour;