Loading...
Searching...
No Matches
PrimitiveType.h File Reference
#include <CSFML/Graphics/Export.h>
Go to the source code of this file.
Enumerations | |
enum | sfPrimitiveType { sfPoints , sfLines , sfLineStrip , sfTriangles , sfTriangleStrip , sfTriangleFan } |
Types of primitives that an sfVertexArray can render. More... | |
Enumeration Type Documentation
◆ sfPrimitiveType
enum sfPrimitiveType |
Types of primitives that an sfVertexArray can render.
Points and lines have no area, therefore their thickness will always be 1 pixel, regardless the current transform and view.
Definition at line 41 of file PrimitiveType.h.