RenderStateManager.EnableAdaptiveTessellation Property (Microsoft.DirectX.Direct3D)
Enables or disables adaptive tessellation.
Visual Basic Public Property EnableAdaptiveTessellation As Boolean C# public bool EnableAdaptiveTessellation { get; set; } C++ public:
property bool EnableAdaptiveTessellation {
bool get();
void set(bool value);
}JScript public function get EnableAdaptiveTessellation() : boolean
public function set EnableAdaptiveTessellation(boolean);
System.Boolean
This property is read/write.
Set to true to enable adaptive tessellation, or false to disable it.
The default value is false.
Show: