Avoid clearing depth on partial HTILE writes (#3167)

* vk_rasterizer: Avoid full depth clear in case of partial HTILE update

* resource_tracking: Mark image as written when its used with atomics
This commit is contained in:
TheTurtle
2025-06-29 00:53:14 +03:00
committed by GitHub
parent 83056712e0
commit 59dd73492b
5 changed files with 28 additions and 30 deletions

View File

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