D3D10_RAISE_FLAG enumeration (d3d10.h)
Option(s) for raising an error to a non-continuable exception.
Syntax
typedef enum D3D10_RAISE_FLAG {
D3D10_RAISE_FLAG_DRIVER_INTERNAL_ERROR = 0x1L
} ;
Constants
D3D10_RAISE_FLAG_DRIVER_INTERNAL_ERROR Value: 0x1L Raise an internal driver error to a non-continuable exception. |
Remarks
These flags are used by ID3D10Device::GetExceptionMode and ID3D10Device::SetExceptionMode. Use 0 to indicate no flags; multiple flags can be logically OR'ed together.
Requirements
Requirement | Value |
---|---|
Header | d3d10.h |