extra return
This commit is contained in:
@@ -150,6 +150,12 @@ void main() {
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef PATCHED_SHADER_ALLOW_DERIVATIVES
|
||||||
|
if (gl_HelperInvocation) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef PATCHED_SHADER
|
#ifndef PATCHED_SHADER
|
||||||
colour = computeColour(texPos, colour);
|
colour = computeColour(texPos, colour);
|
||||||
outColour = colour;
|
outColour = colour;
|
||||||
|
|||||||
Reference in New Issue
Block a user