PFND3DDDI_SETPIXELSHADERCONSTI - NtDoc

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

PFND3DDDI_SETPIXELSHADERCONSTI Pfnd3dddiSetpixelshaderconsti;

HRESULT Pfnd3dddiSetpixelshaderconsti(
  [in] HANDLE hDevice,
       const D3DDDIARG_SETPIXELSHADERCONSTI *unnamedParam2,
       const INT *unnamedParam3
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dumddi-pfnd3dddi_setpixelshaderconsti)

PFND3DDDI_SETPIXELSHADERCONSTI callback function

Description

The SetPixelShaderConstI function sets one or more pixel shader constant registers with integer values.

Parameters

hDevice [in]

A handle to the display device (graphics context).

unnamedParam2

pData [in]

A pointer to a D3DDDIARG_SETPIXELSHADERCONST structure that describes how to set the pixel shader constant registers.

unnamedParam3

pRegisters [in]

A pointer to a buffer that contains INT values to copy.

Return value

SetPixelShaderConstI returns S_OK or an appropriate error result if the pixel shader constant registers are not successfully set with integer values.

See also

D3DDDIARG_SETPIXELSHADERCONST

D3DDDI_DEVICEFUNCS