mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-09 12:00:05 +00:00
8 lines
93 B
GLSL
8 lines
93 B
GLSL
|
#version 130
|
||
|
|
||
|
out float gl_ClipDistance[8]; // OK, 8 is gl_MaxClipDistances
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
}
|