Table of Contents

Enum FillMode

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Determines the fill mode to use when rendering triangles.

[DataContract]
public enum FillMode

Fields

Solid = 3

Fill the triangles formed by the vertices. Adjacent vertices are not drawn.

Wireframe = 2

Draw lines connecting the vertices. Adjacent vertices are not drawn.

Remarks

This enumeration is part of a rasterizer-state object description (see RasterizerStateDescription).