25#ifndef TGUI_TEXTURE_DATA_HPP
26#define TGUI_TEXTURE_DATA_HPP
30#include <TGUI/Backend/Renderer/BackendTexture.hpp>
32#include <TGUI/Optional.hpp>
33#include <TGUI/Rect.hpp>
34#include <TGUI/SvgImage.hpp>
45 struct TGUI_API TextureData
48 Optional<SvgImage> svgImage;
49 std::shared_ptr<BackendTexture> backendTexture;
55 struct TGUI_API TextureDataHolder
57 std::shared_ptr<TextureData> data;
60 unsigned int users = 0;
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:37