Share via


Device.SetPixelShaderConstant(Int32,Boolean[]) Method (Microsoft.DirectX.Direct3D)

Sets a pixel shader constant.

Definition

Visual Basic Public Sub SetPixelShaderConstant( _
    ByVal startRegister As Integer, _
    ByVal constantData() As Boolean _
)
C# public void SetPixelShaderConstant(
    int startRegister,
    bool[] constantData
);
C++ public:
void SetPixelShaderConstant(
    int startRegister,
    array<bool>^ constantData
);
JScript public function SetPixelShaderConstant(
    startRegister : int,
    constantData : boolean[]
);

Parameters

startRegister System.Int32
Register number that contains the first constant value.
constantData System.Boolean[]
Array of BooleanLeave Site constants.

Remarks

Exceptions

InvalidCallException

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