Skip to content

Latest commit

 

History

History
85 lines (66 loc) · 2.91 KB

nf-d3d9helper-idirect3ddevice9-setvertexshaderconstantb.md

File metadata and controls

85 lines (66 loc) · 2.91 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date 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 req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d3d9helper.IDirect3DDevice9.SetVertexShaderConstantB
IDirect3DDevice9::SetVertexShaderConstantB (d3d9helper.h)
The IDirect3DDevice9::SetVertexShaderConstantB method (d3d9helper.h) sets a Boolean vertex shader constant.
IDirect3DDevice9 interface [Direct3D 9]
SetVertexShaderConstantB method
IDirect3DDevice9.SetVertexShaderConstantB
IDirect3DDevice9::SetVertexShaderConstantB
SetVertexShaderConstantB
SetVertexShaderConstantB method [Direct3D 9]
SetVertexShaderConstantB method [Direct3D 9]
IDirect3DDevice9 interface
aa9539bc-215f-a118-f03d-530e7ea6514d
d3d9helper/IDirect3DDevice9::SetVertexShaderConstantB
direct3d9.idirect3ddevice9__setvertexshaderconstantb
direct3d9\idirect3ddevice9__setvertexshaderconstantb.htm
direct3d9
VS|directx_sdk|~\idirect3ddevice9__setvertexshaderconstantb.htm
08/11/2022
IDirect3DDevice9 interface [Direct3D 9],SetVertexShaderConstantB method, IDirect3DDevice9.SetVertexShaderConstantB, IDirect3DDevice9::SetVertexShaderConstantB, SetVertexShaderConstantB, SetVertexShaderConstantB method [Direct3D 9], SetVertexShaderConstantB method [Direct3D 9],IDirect3DDevice9 interface, aa9539bc-215f-a118-f03d-530e7ea6514d, d3d9helper/IDirect3DDevice9::SetVertexShaderConstantB, direct3d9.idirect3ddevice9__setvertexshaderconstantb
d3d9helper.h
D3D9.h
Windows
D3D9.lib
Windows
19H1
IDirect3DDevice9::SetVertexShaderConstantB
d3d9helper/IDirect3DDevice9::SetVertexShaderConstantB
c++
APIRef
kbSyntax
COM
D3D9.lib
D3D9.dll
IDirect3DDevice9.SetVertexShaderConstantB

IDirect3DDevice9::SetVertexShaderConstantB

-description

Sets a Boolean vertex shader constant.

-parameters

-param StartRegister [in]

Type: UINT

Register number that will contain the first constant value.

-param pConstantData [in]

Type: const BOOL*

Pointer to an array of constants.

-param BoolCount [in]

Type: UINT

Number of boolean values in the array of constants.

-returns

Type: HRESULT

If the method succeeds, the return value is D3D_OK. If the method fails, the return value can be D3DERR_INVALIDCALL.

-see-also

IDirect3DDevice9