xkslang/Test/maxClipDistances.vert

8 строки
93 B
GLSL

#version 130
out float gl_ClipDistance[8]; // OK, 8 is gl_MaxClipDistances
void main()
{
}