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 #2892 from greg-lunarg/mb
[platform/upstream/glslang.git]
/
Test
/
enhanced.1.frag
1
#version 450
2
3
in Vertex {
4
vec4 v;
5
} vVert;
6
7
void main()
8
{
9
vec4 color = vec4(vVert.v2.rgb, 1.0);
10
}
11