Device.SetPixelShaderConstant(Int32,Matrix[]) Method (Microsoft.DirectX.Direct3D)
Sets a pixel shader constant.
Definition
Visual Basic Public Sub SetPixelShaderConstant( _
ByVal startRegister As Integer, _
ByVal constantData() As Matrix _
)C# public void SetPixelShaderConstant(
int startRegister,
Matrix[] constantData
);C++ public:
void SetPixelShaderConstant(
int startRegister,
array<Matrix>^ constantData
);JScript public function SetPixelShaderConstant(
startRegister : int,
constantData : Matrix[]
);
Parameters
startRegister System.Int32
Register number that contains the first constant value.constantData Microsoft.DirectX.Matrix[]
Array of Matrix constants.
Remarks
Exceptions
The method call is invalid. For example, a method's parameter might contain an invalid value.