| 826 | // Not a CREATE or DESTROY function |
| 827 | } |
| 828 | static VKAPI_ATTR void VKAPI_CALL CmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset) { |
| 829 | // Not a CREATE or DESTROY function |
| 830 | } |
| 831 | static VKAPI_ATTR void VKAPI_CALL CmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask) { |
| 832 | // Not a CREATE or DESTROY function |
| 833 | } |
nothing calls this directly
no outgoing calls
no test coverage detected