Share via


Device.VertexDeclaration

VertexDeclaration プロパティ

頂点シェーダ宣言を取得または設定する。

定義

Visual Basic Public Property VertexDeclaration As VertexDeclaration
C# public VertexDeclaration VertexDeclaration { get; set; }
Managed C++ public: __property VertexDeclaration* get_VertexDeclaration();
public: __property void set_VertexDeclaration(VertexDeclaration*);
JScript public function get VertexDeclaration() : VertexDeclaration
public function set VertexDeclaration(VertexDeclaration);

プロパティ値

Microsoft.DirectX.Direct3D.VertexDeclaration.

これは読み取り/書き込み可能プロパティである。 

注意

頂点シェーダ宣言は、頂点要素の配列で構成される。

対象

Device

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