RenderToEnvironmentDescription.DepthStencilFormat Property

Language:

Retrieves or sets the depth stencil format.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.DepthFormat
Value of the DepthFormat enumeration that describes the depth stencil format to set or retrieve.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center