blob: f77dfc8e6ab0a8d5f0f6f61626303e518fda8f6b [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkCmdCopyQueryPoolResults-commandBuffer-parameter]] pname:commandBuffer must: be a valid sname:VkCommandBuffer handle
* [[VUID-vkCmdCopyQueryPoolResults-queryPool-parameter]] pname:queryPool must: be a valid sname:VkQueryPool handle
* [[VUID-vkCmdCopyQueryPoolResults-dstBuffer-parameter]] pname:dstBuffer must: be a valid sname:VkBuffer handle
* [[VUID-vkCmdCopyQueryPoolResults-flags-parameter]] pname:flags must: be a valid combination of elink:VkQueryResultFlagBits values
* [[VUID-vkCmdCopyQueryPoolResults-commandBuffer-recording]] pname:commandBuffer must: be in the <<commandbuffers-lifecycle, recording state>>
* [[VUID-vkCmdCopyQueryPoolResults-commandBuffer-cmdpool]] The sname:VkCommandPool that pname:commandBuffer was allocated from must: support graphics, or compute operations
* [[VUID-vkCmdCopyQueryPoolResults-renderpass]] This command must: only be called outside of a render pass instance
* [[VUID-vkCmdCopyQueryPoolResults-commonparent]] Each of pname:commandBuffer, pname:dstBuffer, and pname:queryPool must: have been created, allocated, or retrieved from the same sname:VkDevice
****
.Host Synchronization
****
* Host access to pname:commandBuffer must: be externally synchronized
* Host access to the sname:VkCommandPool that pname:commandBuffer was allocated from must: be externally synchronized
****
.Command Properties
****
[options="header", width="100%"]
|====
|<<VkCommandBufferLevel,Command Buffer Levels>>|<<vkCmdBeginRenderPass,Render Pass Scope>>|<<VkQueueFlagBits,Supported Queue Types>>|<<synchronization-pipeline-stages-types,Pipeline Type>>
|Primary +
Secondary|Outside|Graphics +
Compute|Transfer
|====
****