25 #ifndef SFML_PRIMITIVETYPE_HPP
26 #define SFML_PRIMITIVETYPE_HPP
58 #endif // SFML_PRIMITIVETYPE_HPP
@ Quads
List of individual quads (deprecated, don't work with OpenGL ES)
@ Points
List of individual points.
@ TriangleFan
List of connected triangles, a point uses the common center and the previous point to form a triangle...
@ Triangles
List of individual triangles.
@ TriangleStrip
List of connected triangles, a point uses the two previous points to form a triangle.
@ Lines
List of individual lines.
@ LineStrip
List of connected lines, a point uses the previous point to form a line.
PrimitiveType
Types of primitives that a sf::VertexArray can render.