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.targetOpenGL.vert
1
#version 450
\r
2
\r
3
layout(constant_id = 3) const int a = 2;
\r
4
layout(location = 2) uniform float f;
\r
5
layout(location = 4, binding = 1) uniform sampler2D s1;
\r
6
layout(binding = 2) uniform sampler2D s2;
\r
7
\r
8
void main()
\r
9
{
\r
10
}
\r