pub type PFN_vkGetDescriptorSetHostMappingVALVE = Option<unsafe extern "system" fn(device: VkDevice, descriptorSet: VkDescriptorSet, ppData: *mut *mut c_void)>;Aliased Type§
pub enum PFN_vkGetDescriptorSetHostMappingVALVE {
None,
Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkDescriptorSet_T, *mut *mut c_void)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkDescriptorSet_T, *mut *mut c_void))
Some value of type T.