SDL_gpu_examples icon indicating copy to clipboard operation
SDL_gpu_examples copied to clipboard

Some examples have validation warning for `VkDescriptorPoolCreateInfo-poolSizeCount`

Open Rickodesea opened this issue 5 months ago • 0 comments

These examples have validation warnings regarding VkDescriptorPoolCreateInfo-poolSizeCount:

VUID-VkDescriptorPoolCreateInfo-poolSizeCount-arraylength(ERROR / SPEC): msgNum: 149254764 - Validation Error: [ VUID-VkDescriptorPoolCreateInfo-poolSizeCount-arraylength ] Object 0: handle = 0x252e0ae58d0, type = VK_OBJECT_TYPE_DEVICE; | MessageID = 0x8e5726c | vkCreateDescriptorPool: parameter pCreateInfo->poolSizeCount must be greater than 0. The Vulkan spec states: poolSizeCount must be greater than 0 (https://vulkan.lunarg.com/doc/view/1.3.211.0/windows/1.3-extensions/vkspec.html#VUID-VkDescriptorPoolCreateInfo-poolSizeCount-arraylength)
    Objects: 1
        [0] 0x252e0ae58d0, type: 3, name: NULL
VUID-VkDescriptorPoolCreateInfo-poolSizeCount-arraylength(ERROR / SPEC): msgNum: 149254764 - Validation Error: [ VUID-VkDescriptorPoolCreateInfo-poolSizeCount-arraylength ] Object 0: handle = 0x252e0ae58d0, type = VK_OBJECT_TYPE_DEVICE; | MessageID = 0x8e5726c | vkCreateDescriptorPool: parameter pCreateInfo->poolSizeCount must be greater than 0. The Vulkan spec states: poolSizeCount must be greater than 0 (https://vulkan.lunarg.com/doc/view/1.3.211.0/windows/1.3-extensions/vkspec.html#VUID-VkDescriptorPoolCreateInfo-poolSizeCount-arraylength)
    Objects: 1
        [0] 0x252e0ae58d0, type: 3, name: NULL
VUID-VkDescriptorPoolCreateInfo-poolSizeCount-arraylength(ERROR / SPEC): msgNum: 149254764 - Validation Error: [ VUID-VkDescriptorPoolCreateInfo-poolSizeCount-arraylength ] Object 0: handle = 0x252e0ae58d0, type = VK_OBJECT_TYPE_DEVICE; | MessageID = 0x8e5726c | vkCreateDescriptorPool: parameter pCreateInfo->poolSizeCount must be greater than 0. The Vulkan spec states: poolSizeCount must be greater than 0 (https://vulkan.lunarg.com/doc/view/1.3.211.0/windows/1.3-extensions/vkspec.html#VUID-VkDescriptorPoolCreateInfo-poolSizeCount-arraylength)
  • BasicTriangle
  • BasicVertexBuffer
  • CullMode
  • BasicStencil
  • InstancedIndexed
  • TexturedQuad
  • TexturedAnimatedQuad
  • BasicCompute
  • ComputeUniforms
  • ToneMapping
  • CustomSampling
  • DrawIndirect
  • CopyConsistency
  • Texture2DArray
  • TriangleMSAA
  • Cubemap
  • WindowResize
  • Blit2DArray
  • BlitCubed
  • DepthSampler
  • ComputeSpriteBatch
  • PullSpriteBatch

Tested on: Windows 11 Vulkan 1.3 SDK

Rickodesea avatar Jul 07 '25 00:07 Rickodesea