Options for the amount of information to report about a device object’s lifetime.
typedef enum D3D11_RLDO_FLAGS
{
D3D11_RLDO_SUMMARY = 0x1,
D3D11_RLDO_DETAIL = 0x2
} D3D11_RLDO_FLAGS;
| Constant | Description |
|---|---|
| D3D11_RLDO_SUMMARY | Specifies to obtain a summary about a device object’s lifetime. |
| D3D11_RLDO_DETAIL | Specifies to obtain detailed information about a device object’s lifetime. |
This enumeration is used by ID3D11Debug::ReportLiveDeviceObjects.
Several inline functions exist to combine the options using operators. See D3D11_RLDO_FLAGS Helper Functions or the D3D11SDKLayers.h header file for details.
Header: Declared in d3d11sdklayers.h.
Library: Use d3d11.lib.