Type Definition vulkan_bindings::FnWaitForFences[][src]

pub type FnWaitForFences = extern "system" fn(device: Device, fenceCount: u32, pFences: *const Fence, waitAll: Bool32, timeout: u64) -> Result;