PFN_vkCreateQueryPool

Type Alias PFN_vkCreateQueryPool 

Source
pub type PFN_vkCreateQueryPool = unsafe extern "system" fn(device: Device, p_create_info: *const QueryPoolCreateInfo<'_>, p_allocator: *const AllocationCallbacks<'_>, p_query_pool: *mut QueryPool) -> Result;