Skip to content
Snippets Groups Projects
Unverified Commit f2c61bbe authored by Rodrigo Locatti's avatar Rodrigo Locatti Committed by GitHub
Browse files

vk_staging_buffer_pool: Initialize last epoch to zero

parent 3813af2f
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ private:
std::unique_ptr<VKBuffer> buffer;
VKFenceWatch watch;
u64 last_epoch;
u64 last_epoch = 0;
};
struct StagingBuffers final {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment