mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 12:45:44 +00:00
vk_staging_buffer_pool: Initialize last epoch to zero
This commit is contained in:
parent
3f151e2d31
commit
a38fec0721
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ private:
|
|||
|
||||
std::unique_ptr<VKBuffer> buffer;
|
||||
VKFenceWatch watch;
|
||||
u64 last_epoch;
|
||||
u64 last_epoch = 0;
|
||||
};
|
||||
|
||||
struct StagingBuffers final {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue