RenderStateManager.PatchEdgeStyle Property |
Language: |
Retrieves or sets the tessellation mode for patch edges.
Visual Basic Public Property PatchEdgeStyle As PatchEdge C# public PatchEdge PatchEdgeStyle { get; set; } C++ public:
property PatchEdge PatchEdgeStyle {
PatchEdge get();
void set(PatchEdge value);
}JScript public function get PatchEdgeStyle() : PatchEdge
public function set PatchEdgeStyle(PatchEdge);
Microsoft.DirectX.Direct3D.PatchEdge
This property is read/write.
Value of the PatchEdge enumeration that represents the degree of interpolation to set or retrieve.
The default render state is PatchEdge.Discrete.
Using the PatchEdge.Continuous tessellation mode helps reduce rendering artifacts.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.