pub type PFN_vkGetDescriptorEXT = Option<unsafe extern "system" fn(device: VkDevice, pDescriptorInfo: *const VkDescriptorGetInfoEXT, dataSize: usize, pDescriptor: *mut c_void)>;Aliased Type§
pub enum PFN_vkGetDescriptorEXT {
None,
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkDescriptorGetInfoEXT, usize, *mut c_void)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkDescriptorGetInfoEXT, usize, *mut c_void))
Some value of type T.