PFND3DDDI_SETVERTEXSHADERCONSTB - NtDoc

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

PFND3DDDI_SETVERTEXSHADERCONSTB Pfnd3dddiSetvertexshaderconstb;

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

NtDoc

No description available.

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

PFND3DDDI_SETVERTEXSHADERCONSTB callback function

Description

The SetVertexShaderConstB function sets one or more vertex shader constant registers with Boolean values.

Parameters

hDevice [in]

A handle to the display device (graphics context).

unnamedParam2

pData [in]

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

unnamedParam3

pRegisters [in]

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

Return value

SetVertexShaderConstB returns S_OK or an appropriate error result if the vertex shader constant registers are not successfully set with Boolean values.

See also

D3DDDIARG_SETVERTEXSHADERCONST

D3DDDI_DEVICEFUNCS