vk_staging_buffer_pool: Initialize last epoch to zero
This commit is contained in:
parent
3813af2f3c
commit
f2c61bbe13
|
@ -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