Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 3.52 KB

ne-d3d12-d3d12_programmable_sample_positions_tier.md

File metadata and controls

75 lines (60 loc) · 3.52 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:d3d12.D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER
D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER (d3d12.h)
Specifies the level of support for programmable sample positions that's offered by the adapter.
D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER
D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER enumeration
D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_1
D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_2
D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_NOT_SUPPORTED
d3d12/D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER
d3d12/D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_1
d3d12/D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_2
d3d12/D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_NOT_SUPPORTED
direct3d12.d3d12_programmable_sample_positions_tier
direct3d12\d3d12_programmable_sample_positions_tier.htm
direct3d12
A20B501F-4F76-4CEA-AAEE-7F732E64F8F6
12/05/2018
D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER, D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER enumeration, D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_1, D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_2, D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_NOT_SUPPORTED, d3d12/D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER, d3d12/D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_1, d3d12/D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_2, d3d12/D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_NOT_SUPPORTED, direct3d12.d3d12_programmable_sample_positions_tier
d3d12.h
Windows
Windows
D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER
19H1
D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER
d3d12/D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER
c++
APIRef
kbSyntax
HeaderDef
d3d12.h
D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER

D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER enumeration

-description

Specifies the level of support for programmable sample positions that's offered by the adapter.

-enum-fields

-field D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_NOT_SUPPORTED:0

Indicates that there's no support for programmable sample positions.

-field D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_1:1

Indicates that there's tier 1 support for programmable sample positions. In tier 1, a single sample pattern can be specified to repeat for every pixel (SetSamplePosition parameter NumPixels = 1) and ResolveSubResource is supported.

-field D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_2:2

Indicates that there's tier 2 support for programmable sample positions. In tier 2, four separate sample patterns can be specified for each pixel in a 2x2 grid (SetSamplePosition parameter NumPixels = 4) that repeats over the render-target or viewport, aligned on even coordinates .

-remarks

This enum is used by the D3D12_FEATURE_D3D12_DATA_OPTIONS2 structure to indicate the level of support offered for programmable sample positions.

-see-also

Core Enumerations