| 964 | // Not a CREATE or DESTROY function |
| 965 | } |
| 966 | static VKAPI_ATTR void VKAPI_CALL CmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents) { |
| 967 | // Not a CREATE or DESTROY function |
| 968 | } |
| 969 | static VKAPI_ATTR void VKAPI_CALL CmdEndRenderPass(VkCommandBuffer commandBuffer) { |
| 970 | // Not a CREATE or DESTROY function |
| 971 | } |
nothing calls this directly
no outgoing calls
no test coverage detected