glslang/Test/450.vert

11 lines
128 B
GLSL

#version 450 core
out gl_PerVertex {
float gl_CullDistance[3];
};
void main()
{
gl_CullDistance[2] = 4.5;
}