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
/
310implicitSizeArrayError.vert
1
#version 310 es
\r
2
layout (binding=0) uniform Block {
\r
3
highp int a[];
\r
4
} uni;
\r
5
layout (location=0) out highp int o;
\r
6
void main() {
\r
7
o = uni.a[2];
\r
8
}
\r