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

10 lines
956 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-VkDeviceGroupSubmitInfo-sType-sType]] pname:sType must: be ename:VK_STRUCTURE_TYPE_DEVICE_GROUP_SUBMIT_INFO
* [[VUID-VkDeviceGroupSubmitInfo-pWaitSemaphoreDeviceIndices-parameter]] If pname:waitSemaphoreCount is not `0`, pname:pWaitSemaphoreDeviceIndices must: be a valid pointer to an array of pname:waitSemaphoreCount basetype:uint32_t values
* [[VUID-VkDeviceGroupSubmitInfo-pCommandBufferDeviceMasks-parameter]] If pname:commandBufferCount is not `0`, pname:pCommandBufferDeviceMasks must: be a valid pointer to an array of pname:commandBufferCount basetype:uint32_t values
* [[VUID-VkDeviceGroupSubmitInfo-pSignalSemaphoreDeviceIndices-parameter]] If pname:signalSemaphoreCount is not `0`, pname:pSignalSemaphoreDeviceIndices must: be a valid pointer to an array of pname:signalSemaphoreCount basetype:uint32_t values
****