bloat-buster/dependencies/glslang-15.0.0/Test/spv.1.6.helperInvocation.frag
David Gonzalez Martin be2de1d672 Render a texture
2024-11-10 08:48:46 -06:00

11 lines
125 B
GLSL

#version 310 es
precision highp float;
out vec4 outp;
void main()
{
if (gl_HelperInvocation)
++outp;
}