PFND3D12DDI_RS_SET_SHADING_RATE_IMAGE_0062 - NtDoc

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

PFND3D12DDI_RS_SET_SHADING_RATE_IMAGE_0062 Pfnd3d12ddiRsSetShadingRateImage0062;

VOID Pfnd3d12ddiRsSetShadingRateImage0062(
  D3D12DDI_HCOMMANDLIST unnamedParam1,
  D3D12DDI_HRESOURCE hShadingRateImage
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_rs_set_shading_rate_image_0062)

PFND3D12DDI_RS_SET_SHADING_RATE_IMAGE_0062 callback function

Description

Sets the screen space image.

Parameters

unnamedParam1

A handle to the command list.

hShadingRateImage

A handle to the resource that contains the shading rate image.

Prototype

//Declaration

PFND3D12DDI_RS_SET_SHADING_RATE_IMAGE_0062 Pfnd3d12ddiRsSetShadingRateImage0062;

// Definition

VOID Pfnd3d12ddiRsSetShadingRateImage0062
(
    D3D12DDI_HCOMMANDLIST Arg1
    D3D12DDI_HRESOURCE hShadingRateImage
)
{...}

Remarks

See also