Cleanup project

- To prepare being able to instead create games in a different
  repository
This commit is contained in:
Thraix
2024-10-01 19:42:44 +02:00
parent df59dc3f3f
commit 7cfb38163b
68 changed files with 204 additions and 2612 deletions
@@ -11,7 +11,7 @@ namespace Copium
CP_DELETE_COPY_AND_MOVE_CTOR(DescriptorPool);
private:
VkDescriptorPool descriptorPool;
static const int DESCRIPTOR_SET_COUNT = 100;
static const int DESCRIPTOR_SET_COUNT = 1000000;
public:
DescriptorPool();
~DescriptorPool();