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
/
spv.for-simple.vert
1
#version 310 es
2
void main() {
3
int i;
4
int j;
5
for (i=0; i < 10 ; i++) {
6
j = 12;
7
}
8
}