VertexDeclaration.GetDeclaration()
GetDeclaration メソッド
頂点シェーダの宣言を取得する。
定義
Visual Basic | Public Function GetDeclaration() As VertexElement() |
C# | public VertexElement[] GetDeclaration(); |
Managed C++ | public: VertexElement GetDeclaration() __gc[]; |
JScript | public function GetDeclaration() : VertexElement[]; |
戻り値
Microsoft.DirectX.Direct3D.VertexElement.
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.