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 #2908 from Biswa96/cmake-spirv-remap
[platform/upstream/glslang.git]
/
Test
/
spv.specConst.vert
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