DeviceCaps.SupportsAdaptiveTessellateRtPatch Property (Microsoft.DirectX.Direct3D)
Indicates whether the device supports adaptive tessellation of RT-patches.
Definition
Visual Basic Public ReadOnly Property SupportsAdaptiveTessellateRtPatch As Boolean C# public bool SupportsAdaptiveTessellateRtPatch { get; } C++ public:
property bool SupportsAdaptiveTessellateRtPatch {
bool get();
}JScript public function get SupportsAdaptiveTessellateRtPatch() : boolean
Property Value
System.Boolean
Value that is true if the device supports adaptive tessellation of RT-patches, or false if it does not.This property is read-only.