FnWaitForFences

Type Alias FnWaitForFences 

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