1#version 310 es 2precision highp float; 3 4out vec4 outp; 5void main() 6{ 7 if (gl_HelperInvocation) 8 ++outp; 9} 10 11