Update src/video_core/renderer_vulkan/vk_descriptor_pool.cpp
Co-Authored-By: Mat M. <mathew1800@gmail.com>
This commit is contained in:
		
							parent
							
								
									1fe7df4517
								
							
						
					
					
						commit
						6e347d8d1b
					
				| @ -14,7 +14,7 @@ | ||||
| namespace Vulkan { | ||||
| 
 | ||||
| // Prefer small grow rates to avoid saturating the descriptor pool with barely used pipelines.
 | ||||
| static constexpr std::size_t SETS_GROW_RATE = 0x20; | ||||
| constexpr std::size_t SETS_GROW_RATE = 0x20; | ||||
| 
 | ||||
| DescriptorAllocator::DescriptorAllocator(VKDescriptorPool& descriptor_pool, | ||||
|                                          vk::DescriptorSetLayout layout) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Rodrigo Locatti
						Rodrigo Locatti