Skip to main content

PFN_vkGetPhysicalDeviceRefreshableObjectTypesKHR

Type Alias PFN_vkGetPhysicalDeviceRefreshableObjectTypesKHR 

Source
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_SUCCESS
  • VK_INCOMPLETE

§Error Codes

  • VK_ERROR_UNKNOWN
  • VK_ERROR_VALIDATION_FAILED

Aliased Type§

pub enum PFN_vkGetPhysicalDeviceRefreshableObjectTypesKHR {
    None,
    Some(unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut ObjectType) -> Result),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut ObjectType) -> Result)

Some value of type T.