Type Definition ash::vk::PFN_vkResetFences

source ·
pub type PFN_vkResetFences = extern "system" fn(device: Device, fence_count: u32, p_fences: *const Fence) -> Result;