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.specConst.vert
blob
3ea249802702cb295727b113f1e0047abcb9c4b1
1
#version 450
\r
2
\r
3
layout(constant_id = 11) const int a = 8;
\r
4
\r
5
void main()
\r
6
{
\r
7
gl_Position = vec4(1.0) / a;
\r
8
}
\r