xref
: /
third_party
/
glslang
/
Test
/
noMain2.geom
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/glslang/Test/
1
#version 150
2
3
void bar()
4
{
5
}
6
7
layout(line_strip) out;
8