| 2500 | return VK_SUCCESS; |
| 2501 | } |
| 2502 | static VKAPI_ATTR void VKAPI_CALL CmdEncodeVideoKHR(VkCommandBuffer commandBuffer, const VkVideoEncodeInfoKHR* pEncodeInfo) { |
| 2503 | // Not a CREATE or DESTROY function |
| 2504 | } |
| 2505 | static VKAPI_ATTR void VKAPI_CALL CmdSetEvent2KHR(VkCommandBuffer commandBuffer, VkEvent event, |
| 2506 | const VkDependencyInfo* pDependencyInfo) { |
| 2507 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected