Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
cd1f169c6a765b4f6391c5c6f5bf5208831d5d01
/
.
/
Test
/
spv.450.geom
blob: 3489a888146e42f753c88220554cc5e14764a2d2 [
file
] [
log
] [
blame
]
#version 450 core
layout
(
triangles
)
in
;
layout
(
line_strip
)
out
;
layout
(
max_vertices
=
127
)
out
;
layout
(
invocations
=
4
)
in
;
void
main
()
{
gl_PointSize
=
gl_in
[
1
].
gl_PointSize
;
gl_Layer
=
2
;
gl_ViewportIndex
=
3
;
}