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

Update src/video_core/renderer_vulkan/vk_descriptor_pool.cpp


Co-Authored-By: default avatarMat M. <mathew1800@gmail.com>
parent 1fe7df45
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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