Enum D3D11FillMode
Determines the fill mode to use when rendering triangles.
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public enum D3D11FillMode
Fields
Name | Description |
---|---|
None | No mode. |
Solid | Fill the triangles formed by the vertices. Adjacent vertices are not drawn. |
WireFrame | Draw lines connecting the vertices. Adjacent vertices are not drawn. |