xref
: /
third_party
/
glslang
/
Test
/
glsl.-P.function.frag
(revision 617a3bab)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/glslang/Test/
1
#version 450
2
3
layout(location=0) out vec4 color;
4
5
void main()
6
{
7
color = getColor();
8
}
9