mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 17:47:56 -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;
|
||||
VKFenceWatch watch;
|
||||
u64 last_epoch;
|
||||
u64 last_epoch = 0;
|
||||
};
|
||||
|
||||
struct StagingBuffers final {
|
||||
|
Reference in New Issue
Block a user