PFND3D12DDI_RS_SET_SHADING_RATE_0062 callback function (d3d12umddi.h)

Sets the command-level shading rate and combiners.

Syntax

PFND3D12DDI_RS_SET_SHADING_RATE_0062 Pfnd3d12ddiRsSetShadingRate0062;

void Pfnd3d12ddiRsSetShadingRate0062(
  D3D12DDI_HCOMMANDLIST unnamedParam1,
  D3D12DDI_SHADING_RATE_0062 ShadingRate,
  const D3D12DDI_SHADING_RATE_COMBINER_0062 *Combiners
)
{...}

Parameters

unnamedParam1

A handle to the command list.

ShadingRate

A D3D12DDI_SHADING_RATE_0062 enum that indicates the shading rate.

Combiners

Pointer to a D3D12DDI_SHADING_RATE_COMBINER_0062 enum that indicates the combined shading rate.

Return value

None

Remarks

The shading rate, and optionally, combiners, are specified through a command list method.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1903
Header d3d12umddi.h