Enum bgfx.Topology Namespace: Bgfx Syntax public enum Topology Fields Name Description Value TriList Triangle list. 0 TriStrip Triangle strip. 1 LineList Line list. 2 LineStrip Line strip. 3 PointList Point list. 4 Count 5