1.17+: Non-overridden shaders write to the shader depth buffer
coderbot16 opened this issue ยท 1 comments
Since we now share the depth buffer with Minecraft, now non-overridden content can write to the shader depth buffer and break shaders. We should probably disable depth writes for non-overridden things somehow.
Fixed in 1c2caf8