Files
2026-07-11 16:44:48 -04:00

6 lines
86 B
GLSL

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