D3D12DDI_D3D12_OPTIONS_DATA_0032 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDI_D3D12_OPTIONS_DATA_0032 {
  D3D12DDI_RESOURCE_BINDING_TIER              ResourceBindingTier;
  D3D12DDI_CONSERVATIVE_RASTERIZATION_TIER    ConservativeRasterizationTier;
  D3D12DDI_TILED_RESOURCES_TIER               TiledResourcesTier;
  D3D12DDI_CROSS_NODE_SHARING_TIER            CrossNodeSharingTier;
  BOOL                                        VPAndRTArrayIndexFromAnyShaderFeedingRasterizerSupportedWithoutGSEmulation;
  BOOL                                        OutputMergerLogicOp;
  D3D12DDI_RESOURCE_HEAP_TIER                 ResourceHeapTier;
  BOOL                                        DepthBoundsTestSupported;
  D3D12DDI_PROGRAMMABLE_SAMPLE_POSITIONS_TIER ProgrammableSamplePositionsTier;
  BOOL                                        CopyQueueTimestampQueriesSupported;
  D3D12DDI_COMMAND_QUEUE_FLAGS                WriteBufferImmediateQueueFlags;
} D3D12DDI_D3D12_OPTIONS_DATA_0032;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_d3d12_options_data_0032)

D3D12DDI_D3D12_OPTIONS_DATA_0032 structure

Description

Display options data.

Members

ResourceBindingTier

Resource binding tier.

ConservativeRasterizationTier

Conservative rasterization tier.

TiledResourcesTier

Tile resources tier.

CrossNodeSharingTier

Cross node sharing tier.

VPAndRTArrayIndexFromAnyShaderFeedingRasterizerSupportedWithoutGSEmulation

VP and RT array index from any shader feeding rasterizer supported without GS emulation.

OutputMergerLogicOp

Output merger logic option.

ResourceHeapTier

Resource heap tier.

DepthBoundsTestSupported

Depth bounds test supported.

ProgrammableSamplePositionsTier

Programmable sample positions tier.

CopyQueueTimestampQueriesSupported

Copy queue timestamp queries supported.

WriteBufferImmediateQueueFlags

Write buffer immediate queue flags.