| 4105 | // Not a CREATE or DESTROY function |
| 4106 | } |
| 4107 | static VKAPI_ATTR void VKAPI_CALL CmdCopyMemoryIndirectNV(VkCommandBuffer commandBuffer, VkDeviceAddress copyBufferAddress, |
| 4108 | uint32_t copyCount, uint32_t stride) { |
| 4109 | // Not a CREATE or DESTROY function |
| 4110 | } |
| 4111 | static VKAPI_ATTR void VKAPI_CALL CmdCopyMemoryToImageIndirectNV(VkCommandBuffer commandBuffer, VkDeviceAddress copyBufferAddress, |
| 4112 | uint32_t copyCount, uint32_t stride, VkImage dstImage, |
| 4113 | VkImageLayout dstImageLayout, |
nothing calls this directly
no outgoing calls
no test coverage detected