D3D11_FEATURE_DATA_MARKER_SUPPORT structure (d3d11.h)

Note  This structure is supported by the Direct3D 11.2 runtime, which is available on Windows 8.1 and later operating systems.
 
Describes whether a GPU profiling technique is supported.

Syntax

typedef struct D3D11_FEATURE_DATA_MARKER_SUPPORT {
  BOOL Profile;
} D3D11_FEATURE_DATA_MARKER_SUPPORT;

Members

Profile

Specifies whether the hardware and driver support a GPU profiling technique that can be used with development tools. The runtime sets this member to TRUE if the hardware and driver support data marking.

Remarks

If the Direct3D API is the Direct3D 11.2 runtime and can support 11.2 features, ID3D11Device::CheckFeatureSupport for D3D11_FEATURE_MARKER_SUPPORT will return a SUCCESS code when valid parameters are passed. The Profile member of D3D11_FEATURE_DATA_MARKER_SUPPORT will be set to TRUE or FALSE.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 R2 [desktop apps | UWP apps]
Header d3d11.h

See also

Core Structures

D3D11_FEATURE