DeviceCaps.SupportsRtPatchHandleZero Property

Language:

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.


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