PFN_vkResetDescriptorPool

Type Alias PFN_vkResetDescriptorPool 

Source
pub type PFN_vkResetDescriptorPool = Option<unsafe extern "system" fn(device: VkDevice, descriptorPool: VkDescriptorPool, flags: VkDescriptorPoolResetFlags) -> VkResult>;

Aliased Type§

pub enum PFN_vkResetDescriptorPool {
    None,
    Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkDescriptorPool_T, u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.