early-access version 2059

This commit is contained in:
pineappleEA
2021-09-14 02:08:43 +02:00
parent 5ca776d3aa
commit ea20a8f784
4 changed files with 19 additions and 19 deletions

View File

@@ -19,7 +19,6 @@ namespace Vulkan {
// Prefer small grow rates to avoid saturating the descriptor pool with barely used pipelines
constexpr size_t SETS_GROW_RATE = 16;
constexpr s32 SCORE_THRESHOLD = 3;
constexpr u32 SETS_PER_POOL = 64;
struct DescriptorBank {
DescriptorBankInfo info;