space-game001/resources/shaders/shadow_depth_desktop.fragment
2026-04-15 19:54:21 +03:00

6 lines
87 B
Plaintext

void main()
{
// Depth is written automatically by the GPU.
// Nothing to do here.
}