SFML
Simple and Fast Multimedia Library
Loading...
Searching...
No Matches
Texture.hpp File Reference
#include <SFML/Graphics/Export.hpp>
#include <SFML/Graphics/CoordinateType.hpp>
#include <SFML/Graphics/Rect.hpp>
#include <SFML/Window/GlResource.hpp>
#include <SFML/System/Vector2.hpp>
#include <filesystem>
#include <cstddef>
#include <cstdint>
Include dependency graph for Texture.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sf::Texture
 Image living on the graphics card that can be used for drawing. More...

Namespaces

namespace  sf

Functions

SFML_GRAPHICS_API void sf::swap (Texture &left, Texture &right) noexcept
 Swap the contents of one texture with those of another.