]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/primitivetype.h
Remove the LINE_LOOP primitive type
[libs/gl.git] / source / core / primitivetype.h
index 4b6a1a3eeb6cdc2130cabdf5824deab599e642d8..0c566f895b6d5cbd02a3b74060729637520322f0 100644 (file)
@@ -11,7 +11,6 @@ enum PrimitiveType
        POINTS,
        LINES,
        LINE_STRIP,
-       LINE_LOOP,
        TRIANGLES,
        TRIANGLE_STRIP,
        TRIANGLE_FAN