Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/upstream/GL_EXT_buffer_reference_uvec2
/
.
/
Test
/
spv.460.comp
blob: eb671a38b3d773b85947e03c3b85ff76fab17961 [
file
] [
log
] [
blame
] [
edit
]
#version 460
void
main
()
{
bool
b1
;
b1
=
anyInvocation
(
b1
);
b1
=
allInvocations
(
b1
);
b1
=
allInvocationsEqual
(
b1
);
}