PFN_vkCreateCommandPool

Type Alias PFN_vkCreateCommandPool 

Source
pub type PFN_vkCreateCommandPool = Option<unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkCommandPoolCreateInfo, pAllocator: *const VkAllocationCallbacks, pCommandPool: *mut VkCommandPool) -> VkResult>;

Aliased Type§

pub enum PFN_vkCreateCommandPool {
    None,
    Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkCommandPoolCreateInfo, *const VkAllocationCallbacks, *mut *mut VkCommandPool_T) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkCommandPoolCreateInfo, *const VkAllocationCallbacks, *mut *mut VkCommandPool_T) -> i32)

Some value of type T.