First Commit
This commit is contained in:
10
externals/glslang/Test/spv.1.6.helperInvocation.frag
vendored
Normal file
10
externals/glslang/Test/spv.1.6.helperInvocation.frag
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#version 310 es
|
||||
precision highp float;
|
||||
|
||||
out vec4 outp;
|
||||
void main()
|
||||
{
|
||||
if (gl_HelperInvocation)
|
||||
++outp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user