D3D11_FEATURE_DATA_D3D11_OPTIONS5 structure (d3d11.h)

Describes the level of support for shared resources in the current graphics driver.

Syntax

typedef struct D3D11_FEATURE_DATA_D3D11_OPTIONS5 {
  D3D11_SHARED_RESOURCE_TIER SharedResourceTier;
} D3D11_FEATURE_DATA_D3D11_OPTIONS5;

Members

SharedResourceTier

Type: D3D11_SHARED_RESOURCE_TIER

The level of support for shared resources in the current graphics driver.

Remarks

Use this structure with the D3D11_FEATURE_D3D11_OPTIONS5 member of D3D11_FEATURE.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header d3d11.h

See also

Direct3D 11 core structures