| 621 | // Not a CREATE or DESTROY function |
| 622 | } |
| 623 | static VKAPI_ATTR void VKAPI_CALL CmdCopyImageToBuffer(VkCommandBuffer commandBuffer, VkImage srcImage, |
| 624 | VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint32_t regionCount, |
| 625 | const VkBufferImageCopy* pRegions) { |
| 626 | // Not a CREATE or DESTROY function |
| 627 | } |
| 628 | static VKAPI_ATTR void VKAPI_CALL CmdUpdateBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, |
| 629 | VkDeviceSize dataSize, const void* pData) { |
| 630 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected