PFN_vkWaitForFences

Type Alias PFN_vkWaitForFences 

Source
pub type PFN_vkWaitForFences = unsafe extern "system" fn(_device: Device, _fence_count: u32, _fences: *const Fence, _wait_all: Bool32, _timeout: u64) -> Result;
Expand description