Sign in
flutter
/
third_party
/
glslang
/
refs/heads/flutter-ce138e
/
.
/
Test
/
spv.1.6.helperInvocation.frag
blob: 4d306db2857732af81ce2f419eed03c46c622c66 [
file
] [
edit
]
#version 310 es
precision highp
float
;
out
vec4 outp
;
void
main
()
{
if
(
gl_HelperInvocation
)
++
outp
;
}