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.
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
System.Boolean
This property is read-only.
Value that is true if the hardware architecture does not require caching of any information, or false if it does.
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