Definition Texture.hpp:30
TextureFormat format
Definition Texture.hpp:36
void Initialize(const unsigned char *data)
static constexpr std::vector< unsigned char > GetFormatChannelSizes(TextureFormat format)
Definition Texture.hpp:56
TextureFilterType filterType
Definition Texture.hpp:34
unsigned short height
Definition Texture.hpp:33
static Texture CreateTexture(const unsigned char *data, unsigned short width, unsigned short height, TextureFilterType filterType=TEXTURE_FILTER_LINEAR, TextureWrapType wrapType=TEXTURE_WRAP_REPEAT)
unsigned short width
Definition Texture.hpp:32
TextureWrapType wrapType
Definition Texture.hpp:35
PlatformTexture platformTexture
Definition Texture.hpp:39