summaryrefslogtreecommitdiffstats
path: root/src/graphics/core/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/core/device.h')
-rw-r--r--src/graphics/core/device.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/graphics/core/device.h b/src/graphics/core/device.h
index 1f6cacf..c10b853 100644
--- a/src/graphics/core/device.h
+++ b/src/graphics/core/device.h
@@ -179,12 +179,12 @@ enum FillMode
/**
\enum PrimitiveType
- \brief Type of primitive to render
-
- Only these two types are used. */
+ \brief Type of primitive to render */
enum PrimitiveType
{
+ PRIMITIVE_POINTS,
PRIMITIVE_LINES,
+ PRIMITIVE_LINE_STRIP,
PRIMITIVE_TRIANGLES,
PRIMITIVE_TRIANGLE_STRIP
};