Refactoring jobs

This commit is contained in:
Dynamitos
2021-12-09 12:38:02 +01:00
parent 9e3a2446ce
commit f4ce5f9585
17 changed files with 113 additions and 60 deletions
@@ -142,7 +142,7 @@ public:
private:
PGraphics graphics;
DescriptorLayout &layout;
const static int maxSets = 512;
const static int maxSets = 64;
StaticArray<PDescriptorSet, maxSets> cachedHandles;
VkDescriptorPool poolHandle;
};