Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
c6f0ce8dbc8a2b7be3cdedc490de1d039a5528f4
/
.
/
Test
/
460.vert
blob: fd87d8b1177d4b61a2f84daf53923c4ebd65eea9 [
file
] [
log
] [
blame
]
#version 460 core
int
i
;
;
// extraneous semicolon okay
float
f
;;;
void
main
()
{
bool
b1
;
b1
=
anyInvocation
(
b1
);
b1
=
allInvocations
(
b1
);
b1
=
allInvocationsEqual
(
b1
);
}
;
;