projects
/
platform
/
upstream
/
glslang.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #2891 from dneto0/hlsl-namespace
[platform/upstream/glslang.git]
/
Test
/
spv.460.comp
1
#version 460
\r
2
\r
3
void main()
\r
4
{
\r
5
bool b1;
\r
6
b1 = anyInvocation(b1);
\r
7
b1 = allInvocations(b1);
\r
8
b1 = allInvocationsEqual(b1);
\r
9
}
\r