RHI Errors

Functions

  • ErrCode device_hung()

    The application's device failed due to badly formed commands sent by the application. This is an design-time issue that should be investigated and fixed.

  • ErrCode device_reset()

    The device failed due to a badly formed command. This is a run-time issue; The application should destroy and recreate the device.

  • ErrCode device_removed()

    The video card has been physically removed from the system, or a driver upgrade for the video card has occurred. The application should destroy and recreate the device. Sending badly formed commands to the device will also cause device being (virtually) removed from the application.

  • ErrCode driver_internal_error()

    The driver encountered a problem and was put into the device removed state.

  • ErrCode frame_statistics_disjoint()

    An event (for example, a power cycle) interrupted the gathering of presentation statistics.

  • ErrCode swap_chain_out_of_date()

    The swap chain is no longer compatible with the surface and should be reset.