We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd91cd7 commit e7ca80dCopy full SHA for e7ca80d
src/VK/base/ResourceViewHeaps.cpp
@@ -28,8 +28,9 @@ namespace CAULDRON_VK
28
m_pDevice = pDevice;
29
m_allocatedDescriptorCount = 0;
30
31
- std::vector<VkDescriptorPoolSize> type_count =
+ std::vector<VkDescriptorPoolSize> type_count =
32
{
33
+ { VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC, cbvDescriptorCount },
34
{ VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, cbvDescriptorCount },
35
{ VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, srvDescriptorCount },
36
{ VK_DESCRIPTOR_TYPE_SAMPLER, samplerDescriptorCount },
0 commit comments