unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/validity/structs/VkCommandBufferAllocateInfo.txt

10 lines
568 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-VkCommandBufferAllocateInfo-sType-sType]] pname:sType must: be ename:VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO
* [[VUID-VkCommandBufferAllocateInfo-pNext-pNext]] pname:pNext must: be `NULL`
* [[VUID-VkCommandBufferAllocateInfo-commandPool-parameter]] pname:commandPool must: be a valid sname:VkCommandPool handle
* [[VUID-VkCommandBufferAllocateInfo-level-parameter]] pname:level must: be a valid elink:VkCommandBufferLevel value
****