Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/upstream/GL_EXT_buffer_reference_uvec2
/
.
/
Test
/
460.vert
blob: fd87d8b1177d4b61a2f84daf53923c4ebd65eea9 [
file
] [
log
] [
blame
] [
edit
]
#version 460 core
int
i
;
;
// extraneous semicolon okay
float
f
;;;
void
main
()
{
bool
b1
;
b1
=
anyInvocation
(
b1
);
b1
=
allInvocations
(
b1
);
b1
=
allInvocationsEqual
(
b1
);
}
;
;