prosperon/shaders/shadowfrag.glsl
2022-06-22 04:16:14 +00:00

6 lines
87 B
GLSL
Executable file

#version 330 core
void main()
{
// gl_FragDepth = gl_FragCoord.z;
}