mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user