FnCreateQueryPool

Type Alias FnCreateQueryPool 

Source
pub type FnCreateQueryPool = extern "system" fn(device: Device, pCreateInfo: *const QueryPoolCreateInfo, pAllocator: *const AllocationCallbacks, pQueryPool: *mut QueryPool) -> Result;