DrawTopology
public enum DrawTopologyGeometry topology requested by the renderer when calling ChartGuru.IChartDrawSink.Begin(ChartGuru.DrawTopology%2cChartGuru.DrawMaterial).
Mirrors the subset of GL topologies the existing ChartGuru.ChartRenderer emits.
Sinks that only natively accept triangles (UITKMeshDrawSink,
MeshGenerationContext) must adapt the other topologies via
ChartGuru.TopologyAdapter / ChartGuru.LineTessellator.
Fields
Section titled “Fields”
Triangles
Section titled “Triangles”Triangles = 0Returns
ChartGuru.DrawTopology
Quads = 1Returns
ChartGuru.DrawTopology
Lines = 2Returns
ChartGuru.DrawTopology
LineStrip
Section titled “LineStrip”LineStrip = 3Returns
ChartGuru.DrawTopology