mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Remove most deprecated 'PrimitiveType' enumators
This commit is contained in:
parent
6678fdd291
commit
7f2243d826
@ -44,12 +44,7 @@ enum PrimitiveType
|
||||
Triangles, //!< List of individual triangles
|
||||
TriangleStrip, //!< List of connected triangles, a point uses the two previous points to form a triangle
|
||||
TriangleFan, //!< List of connected triangles, a point uses the common center and the previous point to form a triangle
|
||||
Quads, //!< List of individual quads (deprecated, don't work with OpenGL ES)
|
||||
|
||||
// Deprecated names
|
||||
LinesStrip = LineStrip, //!< \deprecated Use LineStrip instead
|
||||
TrianglesStrip = TriangleStrip, //!< \deprecated Use TriangleStrip instead
|
||||
TrianglesFan = TriangleFan //!< \deprecated Use TriangleFan instead
|
||||
Quads //!< List of individual quads (deprecated, don't work with OpenGL ES)
|
||||
};
|
||||
|
||||
} // namespace sf
|
||||
|
Loading…
Reference in New Issue
Block a user