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_SUCCESSVK_INCOMPLETE
§Error Codes
VK_ERROR_OUT_OF_HOST_MEMORYVK_ERROR_NOT_ENOUGH_SPACE_KHRVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
Aliased Type§
pub enum PFN_vkGetDeviceFaultDebugInfoKHR {
None,
Some(unsafe extern "system" fn(Device, *mut DeviceFaultDebugInfoKHR) -> Result),
}