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