Skip to main content

PFN_vkEnumeratePhysicalDeviceGroups

Type Alias PFN_vkEnumeratePhysicalDeviceGroups 

Source
pub type PFN_vkEnumeratePhysicalDeviceGroups = Option<unsafe extern "system" fn(instance: Instance, p_physical_device_group_count: *mut u32, p_physical_device_group_properties: *mut PhysicalDeviceGroupProperties) -> Result>;
Expand description

vkEnumeratePhysicalDeviceGroups Provided by VK_BASE_VERSION_1_1.

§Success Codes

  • VK_SUCCESS
  • VK_INCOMPLETE

§Error Codes

  • VK_ERROR_OUT_OF_HOST_MEMORY
  • VK_ERROR_OUT_OF_DEVICE_MEMORY
  • VK_ERROR_INITIALIZATION_FAILED
  • VK_ERROR_UNKNOWN
  • VK_ERROR_VALIDATION_FAILED

Aliased Type§

pub enum PFN_vkEnumeratePhysicalDeviceGroups {
    None,
    Some(unsafe extern "system" fn(Instance, *mut u32, *mut PhysicalDeviceGroupProperties) -> Result),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Instance, *mut u32, *mut PhysicalDeviceGroupProperties) -> Result)

Some value of type T.