Device.GetVertexShaderSingleConstant Method

Language:

Retrieves a floating-point vertex shader constant.

Definition

Visual Basic Public Function GetVertexShaderSingleConstant( _
    ByVal startRegister As Integer, _
    ByVal constantCount As Integer _
) As Single()
C# public float[] GetVertexShaderSingleConstant(
    int startRegister,
    int constantCount
);
C++ public:
array<float>^ GetVertexShaderSingleConstant(
    int startRegister,
    int constantCount
);
JScript public function GetVertexShaderSingleConstant(
    startRegister : int,
    constantCount : int
) : float[];

Parameters

startRegister System.Int32
Register number that contains the first constant value.
constantCount System.Int32
Number of four-float vectors in the array of constants.

Return Value

System.Single[]
Array of constants.

Remarks

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

See Also


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center