Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
bbd1b0ef76bd2b29baa27c2f6728a92583f293fd
/
.
/
Test
/
450.tesc
blob: 75a9bf4692673eb1e536b49e587f69197423c4d5 [
file
] [
log
] [
blame
]
#version 450 core
in
gl_PerVertex
{
float
gl_CullDistance
[
3
];
}
gl_in
[
gl_MaxPatchVertices
];
out
gl_PerVertex
{
float
gl_CullDistance
[
3
];
}
gl_out
[
4
];
void
main
()
{
gl_out
[
gl_InvocationID
].
gl_CullDistance
[
2
]
=
gl_in
[
1
].
gl_CullDistance
[
2
];
}