@kognifai/cogsengine
    Preparing search index...

    Enumeration PrimitiveTypeConst

    Primitive types for interpreting vertex data sent to the graphics pipeline.

    Index

    Enumeration Members

    ControlPoint1PatchList: 9
    ControlPoint2PatchList: 10
    ControlPoint3PatchList: 11
    ControlPoint4PatchList: 12
    LineList: 2

    List of lines.

    LineListAdjacency: 7

    List of lines with adjacency.

    LineStrip: 3

    Line strip.

    LineStripAdjacency: 8

    Line strip with adjacency.

    PointList: 4

    List of points.

    TriangleList: 0

    List of triangles.

    TriangleListAdjacency: 5

    List of triangles with adjacency.

    TriangleStrip: 1

    Triangle strip.

    TriangleStripAdjacency: 6

    Triangle strip with adjacency.