Type Alias PFN_vkCreateCommandPool

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

Aliased Type§

enum PFN_vkCreateCommandPool {
    None,
    Some(unsafe extern "C" fn(_: *mut VkDevice_T, _: *const VkCommandPoolCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkCommandPool_T) -> VkResult),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut VkDevice_T, _: *const VkCommandPoolCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkCommandPool_T) -> VkResult)

Some value of type T.