Sign in
◑
Theme
flutter
/
third_party
/
glslang
/
refs/heads/upstream/contributing/remove-llvm-text
/
.
/
Test
/
link.clipCullDistance.geom
blob: 085b40f2fb3cc6a174c4f79076ca3db668274213 [
file
] [
edit
]
#version 440 core
layout
(
triangles
)
in
;
layout
(
triangle_strip
,
max_vertices
=
3
)
out
;
void
main
()
{
gl_Position
=
gl_in
[
0
].
gl_Position
;
EmitVertex
();
}