// d3d12umddi.h
typedef struct D3D12DDI_D3D12_OPTIONS_DATA_0062 {
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_VIEW_INSTANCING_TIER ViewInstancingTier;
BOOL BarycentricsSupported;
BOOL ReservedBufferPlacementSupported;
BOOL Deterministic64KBUndefinedSwizzle;
BOOL SRVOnlyTiledResourceTier3;
D3D12DDI_RENDER_PASS_TIER RenderPassTier;
D3D12DDI_RAYTRACING_TIER RaytracingTier;
D3D12DDI_VARIABLE_SHADING_RATE_TIER VariableShadingRateTier;
BOOL PerPrimitiveShadingRateSupportedWithViewportIndexing;
BOOL AdditionalShadingRatesSupported;
UINT ShadingRateImageTileSize;
BOOL BackgroundProcessingSupported;
} D3D12DDI_D3D12_OPTIONS_DATA_0062;
View the official Windows Driver Kit DDI referenceNo description available.
Contains display options data.
ResourceBindingTierResource binding tier.
ConservativeRasterizationTierConservative rasterization tier.
TiledResourcesTierTiled resources tier.
CrossNodeSharingTierCross node sharing tier.
VPAndRTArrayIndexFromAnyShaderFeedingRasterizerSupportedWithoutGSEmulationVP and RT array index from any shader feeding rasterizer supported without GS emulation.
OutputMergerLogicOpOutput merger logic option.
ResourceHeapTierResource heap tier.
DepthBoundsTestSupportedDepth bounds test supported.
ProgrammableSamplePositionsTierProgrammable sample positions tier.
CopyQueueTimestampQueriesSupportedCopy queue timestamp queries supported.
WriteBufferImmediateQueueFlagsWrite buffer immediate queue flags.
ViewInstancingTierView instancing tier.
BarycentricsSupportedBarycentrics supported.
ReservedBufferPlacementSupportedReserved buffer placement supported. Supports only just 64KB aligned MSAA.
Deterministic64KBUndefinedSwizzleDeterministic 64KB undefined swizzle.
SRVOnlyTiledResourceTier3Indicates whether the hardware supports SRV-only sparse volume textures.
RenderPassTierThe D3D12DDI_RENDER_PASS_TIER that the hardware supports.
RaytracingTierThe D3D12DDI_RAYTRACING_TIER that the hardware supports.
VariableShadingRateTierThe D3D12DDI_VARIABLE_SHADING_RATE_TIER that the hardware supports.
PerPrimitiveShadingRateSupportedWithViewportIndexingIndicates that primitive shading rate is supported with viewport indexing.
AdditionalShadingRatesSupportedIndicates that additional shading rates are supported.
ShadingRateImageTileSizeThe shading rate image tile size.
BackgroundProcessingSupportedBOOL to indicate that the driver supports background processing.