Code cleanup

This commit is contained in:
Sascha Willems 2024-01-21 12:52:14 +01:00
parent 922dbd4827
commit a546f466c1
3 changed files with 177 additions and 368 deletions

View file

@ -434,7 +434,6 @@ public:
// The descriptor pool will be shared between graphics and compute
void setupDescriptorPool()
{
// @todo: probably wrong
std::vector<VkDescriptorPoolSize> poolSizes = {
vks::initializers::descriptorPoolSize(VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 2),
vks::initializers::descriptorPoolSize(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, 4),