[][src]Type Definition vulkanalia_sys::PFN_vkCreateQueryPool

type PFN_vkCreateQueryPool = extern "system" fn(_device: Device, _create_info: *const QueryPoolCreateInfo, _allocator: *const AllocationCallbacks, _query_pool: *mut QueryPool) -> Result;