Skip to content

Some examples have validation warning for VkDescriptorPoolCreateInfo-poolSizeCount #66

@Rickodesea

Description

@Rickodesea

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions