Device.SetVertexShaderConstantBoolean Method

Language:

Sets Boolean vertex shader constants.

Definition

Visual Basic Public Sub SetVertexShaderConstantBoolean( _
    ByVal startRegister As Integer, _
    ByVal constantData As GraphicsStream, _
    ByVal numberRegisters As Integer _
)
C# public void SetVertexShaderConstantBoolean(
    int startRegister,
    GraphicsStream constantData,
    int numberRegisters
);
C++ public:
void SetVertexShaderConstantBoolean(
    int startRegister,
    GraphicsStreamconstantData,
    int numberRegisters
);
JScript public function SetVertexShaderConstantBoolean(
    startRegister : int,
    constantData : GraphicsStream,
    numberRegisters : int
);

Parameters

startRegister System.Int32
Register number that will contain the first constant value.
constantData Microsoft.DirectX.GraphicsStream
A GraphicsStream object that contains the shader constants to set.
numberRegisters System.Int32
Number of constants contained within constantData.

Remarks

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.

See Also


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.