次の方法で共有


VertexFormatCaps.SupportsDoNotStripElements

SupportsDoNotStripElements プロパティ

頂点要素は削除しない方がよい。つまり、頂点フォーマットが現在のレンダリング ステートで使われない要素を含んでいても、頂点を再生成する必要はない。この能力フラグが指定されていない場合は、頂点フォーマットから不要な要素を削除すると、パフォーマンスが向上する。

定義

Visual Basic Public ReadOnly Property SupportsDoNotStripElements As Boolean
C# public bool SupportsDoNotStripElements { get; }
Managed C++ public: __property bool get_SupportsDoNotStripElements();
JScript public function get SupportsDoNotStripElements() : boolean

プロパティ値

System.Boolean.

これは読み取り専用プロパティである。 

対象

VertexFormatCaps

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