Skip to content

Latest commit

 

History

History
83 lines (61 loc) · 2.45 KB

nc-d3dumddi-pfnd3dddi_setvertexshaderconsti.md

File metadata and controls

83 lines (61 loc) · 2.45 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 ms.custom f1_keywords topic_type api_type api_location api_name dev_langs
NC:d3dumddi.PFND3DDDI_SETVERTEXSHADERCONSTI
PFND3DDDI_SETVERTEXSHADERCONSTI (d3dumddi.h)
The SetVertexShaderConstI function sets one or more vertex shader constant registers with integer values.
display\setvertexshaderconsti.htm
display
05/10/2018
PFND3DDDI_SETVERTEXSHADERCONSTI callback function
PFND3DDDI_SETVERTEXSHADERCONSTI, PFND3DDDI_SETVERTEXSHADERCONSTI callback, SetVertexShaderConstI, SetVertexShaderConstI callback function [Display Devices], UserModeDisplayDriver_Functions_2cbf7e0b-a910-4072-a016-33a602fc0e95.xml, d3dumddi/SetVertexShaderConstI, display.setvertexshaderconsti
d3dumddi.h
D3dumddi.h
Desktop
Available in Windows Vista and later versions of the Windows operating systems.
Windows
RS5
PFND3DDDI_SETVERTEXSHADERCONSTI
d3dumddi/PFND3DDDI_SETVERTEXSHADERCONSTI
APIRef
kbSyntax
UserDefined
d3dumddi.h
PFND3DDDI_SETVERTEXSHADERCONSTI
c++

PFND3DDDI_SETVERTEXSHADERCONSTI callback function

-description

The SetVertexShaderConstI function sets one or more vertex shader constant registers with integer values.

-parameters

-param hDevice [in]

A handle to the display device (graphics context).

-param unnamedParam2

pData [in]

A pointer to a D3DDDIARG_SETVERTEXSHADERCONST structure that specifies how to set the vertex shader constant registers.

-param unnamedParam3

pRegisters [in]

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

-returns

SetVertexShaderConstI returns S_OK or an appropriate error result if the vertex shader constant register is not successfully set with integer values.

-see-also

D3DDDIARG_SETVERTEXSHADERCONST

D3DDDI_DEVICEFUNCS