repo.or.cz
/
glslang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump github/codeql-action from 3.27.1 to 3.27.4
[glslang.git]
/
Test
/
spv.for-simple.vert
blob
a5be6db2d5034bc80fc183bcfb57506bf250d565
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
}