pub type PFN_vkGetPhysicalDeviceRefreshableObjectTypesKHR = Option<unsafe extern "system" fn(physical_device: PhysicalDevice, p_refreshable_object_type_count: *mut u32, p_refreshable_object_types: *mut ObjectType) -> Result>;Expand description
vkGetPhysicalDeviceRefreshableObjectTypesKHR
§Success Codes
VK_SUCCESSVK_INCOMPLETE
§Error Codes
VK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
Aliased Type§
pub enum PFN_vkGetPhysicalDeviceRefreshableObjectTypesKHR {
None,
Some(unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut ObjectType) -> Result),
}Variants§
None
No value.
Some(unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut ObjectType) -> Result)
Some value of type T.