Skip to main content
Indicates the level of support that the adapter provides for depth-bounds tests and programmable sample positions.

Syntax

Members

DepthBoundsTestSupported
Type: BOOL
SAL: Out On return, contains true if depth-bounds tests are supported; otherwise, false. ProgrammableSamplePositionsTier
Type: D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER
SAL: Out On return, contains a value that indicates the level of support offered for programmable sample positions.

Remarks

Use this structure with CheckFeatureSupport to determine the level of support offered for the optional Depth-bounds test and programmable sample positions features. See the enumeration constant D3D12_FEATURE_D3D12_OPTIONS2 in the D3D12_FEATURE enumeration.

Requirements

Header: d3d12_xs.h or d3d12_x.h
Library: d3d12_xs.lib or d3d12_x.lib
Supported Platforms: XBOX Series consoles and XBOX One family

See Also

Core Structures D3D12_FEATURE
Last modified on August 20, 2026