PFN_vkCreateDescriptorPool

Type Alias PFN_vkCreateDescriptorPool 

Source
pub type PFN_vkCreateDescriptorPool = Option<unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkDescriptorPoolCreateInfo, pAllocator: *const VkAllocationCallbacks, pDescriptorPool: *mut VkDescriptorPool) -> VkResult>;

Aliased Type§

pub enum PFN_vkCreateDescriptorPool {
    None,
    Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkDescriptorPoolCreateInfo, *const VkAllocationCallbacks, *mut *mut VkDescriptorPool_T) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.