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§
None
No value.
Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkDescriptorPool_T, u32) -> i32)
Some value of type T.