Files
2026-06-08 17:07:34 -04:00

6 lines
86 B
GLSL

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