Note: This documentation is preliminary and is subject to change.
Sets integer shader constants.
Definition
Visual Basic .NET
Public Sub SetPixelShaderConstantInt32( _ ByVal startRegister As Integer, _ ByVal constantData As GraphicsStream, _ ByVal numberRegisters As Integer _ )
C#
public voidSetPixelShaderConstantInt32( intstartRegister, GraphicsStreamconstantData, intnumberRegisters );