| 1294 | // Not a CREATE or DESTROY function |
| 1295 | } |
| 1296 | static VKAPI_ATTR void VKAPI_CALL CmdSetViewportWithCount(VkCommandBuffer commandBuffer, uint32_t viewportCount, |
| 1297 | const VkViewport* pViewports) { |
| 1298 | // Not a CREATE or DESTROY function |
| 1299 | } |
| 1300 | static VKAPI_ATTR void VKAPI_CALL CmdSetScissorWithCount(VkCommandBuffer commandBuffer, uint32_t scissorCount, |
| 1301 | const VkRect2D* pScissors) { |
| 1302 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected