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;
 | 
					        std::unique_ptr<VKBuffer> buffer;
 | 
				
			||||||
        VKFenceWatch watch;
 | 
					        VKFenceWatch watch;
 | 
				
			||||||
        u64 last_epoch;
 | 
					        u64 last_epoch = 0;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    struct StagingBuffers final {
 | 
					    struct StagingBuffers final {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user