Caps.MaxVertexBlendMatrices
MaxVertexBlendMatrices プロパティ
複数の行列による頂点ブレンディングを実行する際にデバイスが適用できる行列の最大数。任意の物理デバイスの場合、この能力は、指定されたパラメータに応じて Direct3DDevice オブジェクト間で異なることがある。
定義
Visual Basic | Public ReadOnly Property MaxVertexBlendMatrices As Integer |
C# | public int MaxVertexBlendMatrices { get; } |
Managed C++ | public: __property int get_MaxVertexBlendMatrices(); |
JScript | public function get MaxVertexBlendMatrices() : int |
プロパティ値
System.Int32.
これは読み取り専用プロパティである。
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.