EffectStateManager.SetPixelShaderConstantBoolean Method |
Language: |
Sets an array of pixel shader Boolean constants.
Visual Basic .NET MustOverride Public Sub SetPixelShaderConstantBoolean( _
ByVal registerIndex As Integer, _
ByVal constantData As GraphicsStream, _
ByVal registerCount As Integer _
)C# public abstract void SetPixelShaderConstantBoolean(
int registerIndex,
GraphicsStream constantData,
int registerCount
);Managed C++ public: virtual void SetPixelShaderConstantBoolean(
int registerIndex,
GraphicsStream *constantData,
int registerCount
) = 0;JScript .NET public abstract function SetPixelShaderConstantBoolean(
registerIndex : int,
constantData : GraphicsStream,
registerCount : int
);
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
SetPixelShaderConstantBoolean is a user-implemented method that is called from an effect during rendering.
Feedback? Please provide us with your comments on this topic.