Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 1.8 KB

nc-d3dumddi-pfnd3dddi_settexture.md

File metadata and controls

71 lines (55 loc) · 1.8 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NC:d3dumddi.PFND3DDDI_SETTEXTURE
PFND3DDDI_SETTEXTURE (d3dumddi.h)
The SetTexture function inserts a texture at a particular stage in a multiple-texture group.
display\settexture.htm
display
05/10/2018
PFND3DDDI_SETTEXTURE callback function
PFND3DDDI_SETTEXTURE, PFND3DDDI_SETTEXTURE callback, SetTexture, SetTexture callback function [Display Devices], UserModeDisplayDriver_Functions_f85a8797-cbcc-40df-a339-af69ce128e95.xml, d3dumddi/SetTexture, display.settexture
d3dumddi.h
D3dumddi.h
Desktop
Available in Windows Vista and later versions of the Windows operating systems.
Windows
PFND3DDDI_SETTEXTURE
d3dumddi/PFND3DDDI_SETTEXTURE
APIRef
kbSyntax
UserDefined
d3dumddi.h
PFND3DDDI_SETTEXTURE

PFND3DDDI_SETTEXTURE callback function

-description

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

-parameters

-param hDevice

A handle to the display device (graphics context).

-param unnamedParam2

hTexture [in]

A handle to the texture to insert.

-param unnamedParam3

-returns

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

-see-also

D3DDDI_DEVICEFUNCS