Searched defs:vn_command_vkCmdCopyImage (Results 1 – 1 of 1) sorted by relevance
1319 struct vn_command_vkCmdCopyImage { struct1320 VkCommandBuffer commandBuffer;1321 VkImage srcImage;1322 VkImageLayout srcImageLayout;1323 VkImage dstImage;1324 VkImageLayout dstImageLayout;1325 uint32_t regionCount;1349 struct vn_command_vkCmdCopyImageToBuffer { argument