pub type PFN_vkResetCommandPool = Option<unsafe extern "system" fn(device: VkDevice, commandPool: VkCommandPool, flags: VkCommandPoolResetFlags) -> VkResult>;Aliased Type§
pub enum PFN_vkResetCommandPool {
None,
Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkCommandPool_T, u32) -> i32),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkCommandPool_T, u32) -> i32)
Some value of type T.