Browse Source
Update src/video_core/renderer_vulkan/vk_descriptor_pool.cpp
Co-Authored-By: Mat M. <mathew1800@gmail.com>
pull/15/merge
Rodrigo Locatti
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/video_core/renderer_vulkan/vk_descriptor_pool.cpp
|
|
|
@ -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) |
|
|
|
|