Type Definition erupt::vk1_0::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;
Expand description

Vulkan Manual Page · Function