Searched defs:queue_present (Results 1 – 4 of 4) sorted by relevance
63 VkResult (*queue_present)(struct lvp_swapchain *swap_chain, member
115 pub unsafe fn queue_present( in queue_present() method
213 VkResult (*queue_present)(struct wsi_swapchain *swap_chain, member
770 let queue_present = *present && next_state == ProcessState::TurningOn; in mainloop() localVariable