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_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

D3D11SDKLayers.h

See also

Core Enumerations

 

 

Show:
© 2017 Microsoft