Type Definition vulkan_bindings::FnCreateQueryPool[][src]

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