mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 14:56:40 +08:00 
			
		
		
		
	Merge pull request #5989 from ReinUsesLisp/cmdpool
vk_command_pool: Reduce the command pool size from 4096 to 4
This commit is contained in:
		
						commit
						b8b5891585
					
				| @ -10,7 +10,7 @@ | |||||||
| 
 | 
 | ||||||
| namespace Vulkan { | namespace Vulkan { | ||||||
| 
 | 
 | ||||||
| constexpr size_t COMMAND_BUFFER_POOL_SIZE = 0x1000; | constexpr size_t COMMAND_BUFFER_POOL_SIZE = 4; | ||||||
| 
 | 
 | ||||||
| struct CommandPool::Pool { | struct CommandPool::Pool { | ||||||
|     vk::CommandPool handle; |     vk::CommandPool handle; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user