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.dataOut.frag
1
#version 140
\r
2
\r
3
in vec4 Color;
\r
4
\r
5
void main()
\r
6
{
\r
7
gl_FragData[1] = Color;
\r
8
}
\r