pub trait ExtDeviceFaultExtension: DeviceV1_0 {
    const METADATA: Extension = EXT_DEVICE_FAULT_EXTENSION;

    // Provided method
    unsafe fn get_device_fault_info_ext(
        &self
    ) -> VkResult<(DeviceFaultCountsEXT, DeviceFaultInfoEXT)> { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = EXT_DEVICE_FAULT_EXTENSION

The metadata for this extension.

Provided Methods§

Implementors§