DeviceCaps.SupportsRtPatchHandleZero Property (Microsoft.DirectX.Direct3D)

Indicates whether the hardware architecture does not require caching of any information and whether uncached (handle-zero) patches are drawn as efficiently as cached ones.

Definition

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

Property Value

System.Boolean
Value that is true if the hardware architecture does not require caching of any information, or false if it does.

This property is read-only. 

Remarks

Note that a handle-zero patch can always be drawn, regardless of whether this capability is set.