Show / Hide Table of Contents

Enum PolygonFillMode

Indicates how the rasterizer will fill polygons.

Namespace: Veldrid
Assembly: cs.temp.dll.dll
Syntax
public enum PolygonFillMode : byte

Fields

Name Description
Solid

Polygons are filled completely.

Wireframe

Polygons are outlined in a "wireframe" style.

Back to top