Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
#include <SFML/Graphics/Export.hpp>
#include <SFML/Graphics/Drawable.hpp>
#include <SFML/Graphics/PrimitiveType.hpp>
#include <SFML/Graphics/RenderStates.hpp>
#include <SFML/Window/GlResource.hpp>
#include <cstddef>
Go to the source code of this file.
Classes | |
class | sf::VertexBuffer |
Vertex buffer storage for one or more 2D primitives. More... |
Namespaces | |
namespace | sf |
Functions | |
void | sf::swap (VertexBuffer &left, VertexBuffer &right) noexcept |
Swap the contents of one vertex buffer with those of another. |