Skip to main content

PFN_vkGetDeviceFaultDebugInfoKHR

Type Alias PFN_vkGetDeviceFaultDebugInfoKHR 

Source
pub type PFN_vkGetDeviceFaultDebugInfoKHR = Option<unsafe extern "system" fn(device: Device, p_debug_info: *mut DeviceFaultDebugInfoKHR) -> Result>;
Expand description

vkGetDeviceFaultDebugInfoKHR Provided by VK_KHR_device_fault.

§Success Codes

  • VK_SUCCESS
  • VK_INCOMPLETE

§Error Codes

  • VK_ERROR_OUT_OF_HOST_MEMORY
  • VK_ERROR_NOT_ENOUGH_SPACE_KHR
  • VK_ERROR_UNKNOWN
  • VK_ERROR_VALIDATION_FAILED

Aliased Type§

pub enum PFN_vkGetDeviceFaultDebugInfoKHR {
    None,
    Some(unsafe extern "system" fn(Device, *mut DeviceFaultDebugInfoKHR) -> Result),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, *mut DeviceFaultDebugInfoKHR) -> Result)

Some value of type T.