[][src]Type Definition ash_tray::ash::vk::PFN_vkCreateQueryPool

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