Sign in
flutter
/
third_party
/
glslang
/
d519167d2ecb83aee3c57207c144da082c516584
/
.
/
Test
/
maxClipDistances.vert
blob: 62ddfeb995ac8a4041af2fd3b658b0ea251b30bc [
file
]
#version 130
out
float
gl_ClipDistance
[
8
];
// OK, 8 is gl_MaxClipDistances
void
main
()
{
}