Skip to main content

PFN_vkCreateQueryPool

Type Alias PFN_vkCreateQueryPool 

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