Cleanup: Overlay: Remove redundant setting

The EARLY_FRAGMENT_TEST(true) from select_id_patch already implies
DEPTH_WRITE(DepthWrite::UNCHANGED)
This commit is contained in:
Miguel Pozo
2024-12-13 16:46:13 +01:00
parent 556c69f66d
commit 37e09218f5

View File

@@ -12,7 +12,6 @@ GPU_SHADER_CREATE_END()
GPU_SHADER_CREATE_INFO(overlay_select)
DEFINE("SELECT_ENABLE")
DEPTH_WRITE(DepthWrite::UNCHANGED)
ADDITIONAL_INFO(select_id_patch)
GPU_SHADER_CREATE_END()