Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/sandbox/liyl/SDK-candidate-2-withEnumFix
/
.
/
Test
/
maxClipDistances.vert
blob: 62ddfeb995ac8a4041af2fd3b658b0ea251b30bc [
file
] [
log
] [
blame
] [
edit
]
#version 130
out
float
gl_ClipDistance
[
8
];
// OK, 8 is gl_MaxClipDistances
void
main
()
{
}