| 960 | // Not a CREATE or DESTROY function |
| 961 | } |
| 962 | static VKAPI_ATTR void VKAPI_CALL CmdBeginRenderPass(VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, |
| 963 | VkSubpassContents contents) { |
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected