// 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 referenceNo description available.
Sets the screen space image.
unnamedParam1A handle to the command list.
hShadingRateImageA handle to the resource that contains the shading rate image.
//Declaration
PFND3D12DDI_RS_SET_SHADING_RATE_IMAGE_0062 Pfnd3d12ddiRsSetShadingRateImage0062;
// Definition
VOID Pfnd3d12ddiRsSetShadingRateImage0062
(
D3D12DDI_HCOMMANDLIST Arg1
D3D12DDI_HRESOURCE hShadingRateImage
)
{...}