Share via


RasterCaps.SupportsWBuffer Property (Microsoft.DirectX.Direct3D)

Determines whether the device supports depth buffering using the w-buffer (w-buffering).

Definition

Visual Basic Public ReadOnly Property SupportsWBuffer As Boolean
C# public bool SupportsWBuffer { get; }
C++ public:
property bool SupportsWBuffer {
        bool get();
}
JScript public function get SupportsWBuffer() : boolean

Property Value

System.Boolean
Value that is true if the device supports depth buffering using the w-buffer, or false if it does not.

This property is read-only. 

See Also