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

7 lines
89 B
Plaintext

precision mediump float;
void main()
{
// Depth is written automatically by the GPU.
}