Share via


MiscCaps.SupportsMaskZ Property (Microsoft.DirectX.Direct3D)

Specifies whether the device can enable and disable modification of the depth buffer on pixel operations.

Definition

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

Property Value

System.Boolean
Value that is true if the device can enable and disable modification of the depth buffer, or false if it cannot.

This property is read-only.