xref
: /
third_party
/
glslang
/
Test
/
enhanced.0.frag
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/glslang/Test/
1
#version 450
2
3
in vec3 v;
4
5
void main()
6
{
7
vec4 color = vec4(v);
8
}
9
10