Click or drag to resize

Topology Enumeration

Specifies possible primitive topologies.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum Topology
Members
  Member nameValueDescription
TriangleList0 List of triangles.
TriangleStrip1 Strip of triangles.
LineList2 List of lines.
LineStrip3 Strip of lines.
PointList4 List of points.
See Also