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 #3031 from rg3igalia/sub-group-size-arb-flat-fix
[platform/upstream/glslang.git]
/
Test
/
460.vert
1
#version 460 core
\r
2
\r
3
int i;
\r
4
; // extraneous semicolon okay
\r
5
float f;;;
\r
6
\r
7
void main()
\r
8
{
\r
9
bool b1;
\r
10
float array[int(mod(float (7.1), float (4.0)))];
\r
11
b1 = anyInvocation(b1);
\r
12
b1 = allInvocations(b1);
\r
13
b1 = allInvocationsEqual(b1);
\r
14
}
\r
15
;
\r
16
;
\r