Type Alias openxr_sys::pfn::DestroySwapchain

source ·
pub type DestroySwapchain = unsafe extern "system" fn(swapchain: Swapchain) -> Result;
Expand description