Revert "Avoid clearing depth on partial HTILE writes (#3167)" (#3190)

This reverts commit 59dd73492b.
This commit is contained in:
georgemoralis
2025-07-04 09:57:01 +03:00
committed by GitHub
parent a050c9d65b
commit 4f99f304e6
5 changed files with 30 additions and 28 deletions

View File

@@ -58,7 +58,6 @@ struct BufferResource {
BufferType buffer_type;
u8 instance_attrib{};
bool is_written{};
bool is_read{};
bool is_formatted{};
bool IsSpecial() const noexcept {