mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-09-10 13:57:03 +08:00
The GPU ignores that register when clearing, but OpenGL obeys the glDepthMask parameter, so we set the depth mask to GL_TRUE when clearing the depth buffer. It will be restored to the correct value automatically on the next draw call.