Function create_query_pool

Source
pub unsafe fn create_query_pool(
    device: VkDevice,
    create_info: *const VkQueryPoolCreateInfo,
    allocator: *const VkAllocationCallbacks,
    query_pool_out: *mut VkQueryPool,
) -> VkResult