16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 03:09:18 +02:00
Files
maszyna/shaders/shadowmap.frag

9 lines
80 B
GLSL

#version 330
in vec2 f_coord;
void main()
{
gl_FragDepth = gl_FragCoord.z;
}