PresentParameters.AutoDepthStencilFormat Property |
Language: |
Retrieves or sets the DepthFormat of the depth stencil surface the device creates.
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);
Microsoft.DirectX.Direct3D.DepthFormat
This property is read/write.
A DepthFormat enumerated type that describes the format of the automatic depth stencil surface the device creates.
This member is ignored unless EnableAutoDepthStencil is set to true.
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