Type Alias unity_native_plugin_sys::PFN_vkResetDescriptorPool
source · pub type PFN_vkResetDescriptorPool = Option<unsafe extern "system" fn(device: VkDevice, descriptorPool: VkDescriptorPool, flags: VkDescriptorPoolResetFlags) -> VkResult>;Aliased Type§
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.