D3D11_RLDO_FLAGS enumeration
Options for the amount of information to report about a device object's lifetime.
Syntax
typedef enum D3D11_RLDO_FLAGS { D3D11_RLDO_SUMMARY = 0x1, D3D11_RLDO_DETAIL = 0x2, D3D11_RLDO_IGNORE_INTERNAL = 0x4 } D3D11_RLDO_FLAGS;
Constants
- 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.
- D3D11_RLDO_IGNORE_INTERNAL
-
Do not use this enumeration constant. It is for internal use only.
Remarks
This enumeration is used by ID3D11Debug::ReportLiveDeviceObjects.
Several inline functions exist to combine the options using operators, see the D3D11SDKLayers.h header file for details.
Requirements
|
Header |
|
|---|
See also