Share via


Device.GetVertexShaderInt32Constant(Int32,Int32)

GetVertexShaderInt32Constant メソッド

整数型の頂点シェーダ定数を取得する。

定義

Visual Basic Public Function GetVertexShaderInt32Constant( _
    ByVal startRegister As Integer, _
    ByVal constantCount As Integer _
) As Integer()
C# public int[] GetVertexShaderInt32Constant(
    int startRegister,
    int constantCount
);
Managed C++ public: int GetVertexShaderInt32Constant(
    int startRegister,
    int constantCount
) __gc[];
JScript public function GetVertexShaderInt32Constant(
    startRegister : int,
    constantCount : int
) : int[];

パラメータ

startRegister System.Int32.
constantCount System.Int32.

戻り値

System.Int32.

対象

Device

© 2002 Microsoft Corporation. All rights reserved. Terms of use.