| 817 | // Not a CREATE or DESTROY function |
| 818 | } |
| 819 | static VKAPI_ATTR void VKAPI_CALL CmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, |
| 820 | const VkClearColorValue* pColor, uint32_t rangeCount, |
| 821 | const VkImageSubresourceRange* pRanges) { |
| 822 | // Not a CREATE or DESTROY function |
| 823 | } |
| 824 | static VKAPI_ATTR void VKAPI_CALL CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, |
| 825 | uint32_t groupCountZ) { |
| 826 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected