Browse Source

vk_staging_buffer_pool: Initialize last epoch to zero

nce_cpp
Rodrigo Locatti 6 years ago
committed by GitHub
parent
commit
a38fec0721
  1. 2
      src/video_core/renderer_vulkan/vk_staging_buffer_pool.h

2
src/video_core/renderer_vulkan/vk_staging_buffer_pool.h

@ -46,7 +46,7 @@ private:
std::unique_ptr<VKBuffer> buffer;
VKFenceWatch watch;
u64 last_epoch;
u64 last_epoch = 0;
};
struct StagingBuffers final {

Loading…
Cancel
Save