MiscCaps.SupportsIndependentWriteMasks Property (Microsoft.DirectX.Direct3D)

Specifies whether the device supports independent write masks for multiple element textures or multiple render targets.

Definition

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

Property Value

System.Boolean
Value that is true if the device supports independent write masks, or false if it does not.

This property is read-only.