6 lines
86 B
GLSL
6 lines
86 B
GLSL
#version 330 core
|
|
|
|
void main()
|
|
{
|
|
//gl_FragDepth = gl_FragCoord.z;
|
|
} |