Click to Rate and Give Feedback
MSDN
MSDN Library
DirectX SDK
Namespaces
Classes
PresentParameters
Properties
 PresentParameters.AutoDepthStencilF...

  Switch on low bandwidth view
Language: Visual BasicC#C++JScript(Show All)
PresentParameters.AutoDepthStencilFormat Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the DepthFormat of the depth stencil surface the device creates.

Definition

Visual Basic Public Property AutoDepthStencilFormat As DepthFormat
C# public DepthFormat AutoDepthStencilFormat { get; set; }
C++ public:
property DepthFormat AutoDepthStencilFormat {
        DepthFormat get();
        void set(DepthFormat value);
}
JScript public function get AutoDepthStencilFormat() : DepthFormat
public function set AutoDepthStencilFormat(DepthFormat);

Property Value

Microsoft.DirectX.Direct3D.DepthFormat
A DepthFormat enumerated type that describes the format of the automatic depth stencil surface the device creates.

This property is read/write. 

Remarks

This member is ignored unless EnableAutoDepthStencil is set to true.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker