extra return
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user