25#ifndef TGUI_TEXTURE_DATA_HPP
26#define TGUI_TEXTURE_DATA_HPP
30#include <TGUI/Rect.hpp>
31#include <TGUI/Optional.hpp>
32#include <TGUI/SvgImage.hpp>
34#include <TGUI/Backend/Renderer/BackendTexture.hpp>
46 struct TGUI_API TextureData
49 Optional<SvgImage> svgImage;
50 std::shared_ptr<BackendTexture> backendTexture;
56 struct TGUI_API TextureDataHolder
58 std::shared_ptr<TextureData> data;
61 unsigned int users = 0;
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:36