| 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 |
| 1303 | } |
| 1304 | static VKAPI_ATTR void VKAPI_CALL CmdBindVertexBuffers2(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, |
| 1305 | const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, |
| 1306 | const VkDeviceSize* pSizes, const VkDeviceSize* pStrides) { |
nothing calls this directly
no outgoing calls
no test coverage detected