• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkCmdCopyQueryPoolResults,vkCmdCopyQueryPoolResults]]
3[source,c++]
4----
5void vkCmdCopyQueryPoolResults(
6    VkCommandBuffer                             commandBuffer,
7    VkQueryPool                                 queryPool,
8    uint32_t                                    firstQuery,
9    uint32_t                                    queryCount,
10    VkBuffer                                    dstBuffer,
11    VkDeviceSize                                dstOffset,
12    VkDeviceSize                                stride,
13    VkQueryResultFlags                          flags);
14----
15