Type Definition vulkan_bindings::FnGetSemaphoreFdKHR

source ·
pub type FnGetSemaphoreFdKHR = extern "system" fn(device: Device, pGetFdInfo: *const SemaphoreGetFdInfoKHR, pFd: *mut c_int) -> Result;