25 #ifndef SFML_PRIMITIVETYPE_H 
   26 #define SFML_PRIMITIVETYPE_H 
   54 #endif // SFML_BLENDMODE_H 
sfPrimitiveType
Types of primitives that a sf::VertexArray can render. 
List of connected lines, a point uses the previous point to form a line. 
List of individual lines. 
List of individual points. 
List of connected triangles, a point uses the common center and the previous point to form a triangle...
List of connected triangles, a point uses the two previous points to form a triangle. 
List of individual quads. 
List of individual triangles.