| 3611 | return VK_SUCCESS; |
| 3612 | } |
| 3613 | static VKAPI_ATTR void VKAPI_CALL CmdSetLineStippleEXT(VkCommandBuffer commandBuffer, uint32_t lineStippleFactor, |
| 3614 | uint16_t lineStipplePattern) { |
| 3615 | // Not a CREATE or DESTROY function |
| 3616 | } |
| 3617 | static VKAPI_ATTR void VKAPI_CALL ResetQueryPoolEXT(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, |
| 3618 | uint32_t queryCount) { |
| 3619 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected