Topology Enumeration |
Namespace: Internal.SharpBgfx
public enum Topology
Member name | Value | Description | |
---|---|---|---|
TriangleList | 0 | List of triangles. | |
TriangleStrip | 1 | Strip of triangles. | |
LineList | 2 | List of lines. | |
LineStrip | 3 | Strip of lines. | |
PointList | 4 | List of points. |