| 603 | return VK_SUCCESS; |
| 604 | } |
| 605 | static VKAPI_ATTR VkResult VKAPI_CALL ResetCommandBuffer(VkCommandBuffer commandBuffer, VkCommandBufferResetFlags flags) { |
| 606 | // Not a CREATE or DESTROY function |
| 607 | return VK_SUCCESS; |
| 608 | } |
| 609 | static VKAPI_ATTR void VKAPI_CALL CmdCopyBuffer(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkBuffer dstBuffer, |
| 610 | uint32_t regionCount, const VkBufferCopy* pRegions) { |
| 611 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected