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