| 1392 | // Not a CREATE or DESTROY function |
| 1393 | } |
| 1394 | static VKAPI_ATTR void VKAPI_CALL CmdSetLineStipple(VkCommandBuffer commandBuffer, uint32_t lineStippleFactor, |
| 1395 | uint16_t lineStipplePattern) { |
| 1396 | // Not a CREATE or DESTROY function |
| 1397 | } |
| 1398 | static VKAPI_ATTR void VKAPI_CALL CmdBindIndexBuffer2(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, |
| 1399 | VkDeviceSize size, VkIndexType indexType) { |
| 1400 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected