Skip to main content

DeviceFaultVendorInfoEXT

Type Alias DeviceFaultVendorInfoEXT 

Source
pub type DeviceFaultVendorInfoEXT = DeviceFaultVendorInfoKHR;

Aliased Type§

#[repr(C)]
pub struct DeviceFaultVendorInfoEXT { pub description: StringArray<256>, pub vendor_fault_code: u64, pub vendor_fault_data: u64, }

Fields§

§description: StringArray<256>§vendor_fault_code: u64§vendor_fault_data: u64