Skip to main content

vkWaitForFences

Function vkWaitForFences 

Source
pub unsafe extern "system" fn vkWaitForFences(
    device: VkDevice,
    fenceCount: u32,
    pFences: *const VkFence,
    waitAll: VkBool32,
    timeout: u64,
) -> VkResult
Expand description

Available if built with exported-prototypes.