EffectStateManager.SetVertexShaderConstantBoolean Method

Language:

Sets an array of vertex shader Boolean constants.

Definition

Visual Basic MustOverride Public Sub SetVertexShaderConstantBoolean( _
    ByVal registerIndex As Integer, _
    ByVal constantData As GraphicsStream, _
    ByVal registerCount As Integer _
)
C# public abstract void SetVertexShaderConstantBoolean(
    int registerIndex,
    GraphicsStream constantData,
    int registerCount
);
C++ public:
virtual void SetVertexShaderConstantBoolean(
    int registerIndex,
    GraphicsStreamconstantData,
    int registerCount
) abstract;
JScript public abstract function SetVertexShaderConstantBoolean(
    registerIndex : int,
    constantData : GraphicsStream,
    registerCount : int
);

Parameters

registerIndex System.Int32
The zero-based index of the first constant register.
constantData Microsoft.DirectX.GraphicsStream
A GraphicsStream object that represents an array of Boolean constants.
registerCount System.Int32
The number of registers in constantData.

Remarks

SetVertexShaderConstantBoolean is a user-implemented method that is called from an effect during rendering.


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

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