xref
: /
third_party
/
glslang
/
Test
/
glsl.entryPointRename2.vert
(revision 617a3bab)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/glslang/Test/
1
#version 460
2
3
void bar()
4
{
5
gl_Position = vec4(1);
6
}
7