PresentParameters.EnableAutoDepthStencil プロパティ
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)

Dim instance As PresentParameters Dim value As Boolean value = instance.EnableAutoDepthStencil instance.EnableAutoDepthStencil = value
/** @property */ public boolean get_EnableAutoDepthStencil () /** @property */ public void set_EnableAutoDepthStencil (boolean value)
public function get EnableAutoDepthStencil () : boolean public function set EnableAutoDepthStencil (value : boolean)
Direct3D が深度バッファを管理する場合は true。それ以外の場合は false。

デバイスが作成されると、デバイスは深度ステンシル バッファを作成します。深度ステンシル バッファは、自動的にデバイスのレンダリング先として設定されます。デバイスがリセットされると、深度ステンシル バッファは自動的に破棄され、新しいサイズで再作成されます。
EnableAutoDepthStencil が true の場合、AutoDepthStencilFormat は有効な深度ステンシル形式である必要があります。


Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からPresentParameters.EnableAutoDepthStencil プロパティを検索する場合は、下記のリンクをクリックしてください。

- PresentParameters.EnableAutoDepthStencil プロパティのページへのリンク