PFND3DDDI_SETTEXTURE - NtDoc

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

PFND3DDDI_SETTEXTURE Pfnd3dddiSettexture;

HRESULT Pfnd3dddiSettexture(
  HANDLE hDevice,
  UINT unnamedParam2,
  HANDLE unnamedParam3
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DDDI_SETTEXTURE callback function

Description

The SetTexture function inserts a texture at a particular stage in a multiple-texture group.

Parameters

hDevice

A handle to the display device (graphics context).

unnamedParam2

hTexture [in]

A handle to the texture to insert.

unnamedParam3

Return value

SetTexture returns S_OK or an appropriate error result if the texture is not successfully inserted.

See also

D3DDDI_DEVICEFUNCS