mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 11:27:57 -05:00
vk_staging_buffer_pool: Initialize last epoch to zero
This commit is contained in:
@ -46,7 +46,7 @@ private:
|
|||||||
|
|
||||||
std::unique_ptr<VKBuffer> buffer;
|
std::unique_ptr<VKBuffer> buffer;
|
||||||
VKFenceWatch watch;
|
VKFenceWatch watch;
|
||||||
u64 last_epoch;
|
u64 last_epoch = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct StagingBuffers final {
|
struct StagingBuffers final {
|
||||||
|
Reference in New Issue
Block a user