| 599 | return VK_SUCCESS; |
| 600 | } |
| 601 | static VKAPI_ATTR VkResult VKAPI_CALL EndCommandBuffer(VkCommandBuffer commandBuffer) { |
| 602 | // Not a CREATE or DESTROY function |
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected