Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

D3D11_RAISE_FLAG enumeration

Option(s) for raising an error to a non-continuable exception.

Syntax


typedef enum D3D11_RAISE_FLAG { 
  D3D11_RAISE_FLAG_DRIVER_INTERNAL_ERROR  = 0x1L
} D3D11_RAISE_FLAG;

Constants

D3D11_RAISE_FLAG_DRIVER_INTERNAL_ERROR

Raise an internal driver error to a non-continuable exception.

Remarks

These flags are used by ID3D11Device::GetExceptionMode and ID3D11Device::SetExceptionMode. Use 0 to indicate no flags; multiple flags can be logically OR'ed together.

Requirements

Header

D3D11.h

See also

Core Enumerations

 

 

Show:
© 2017 Microsoft