TDME2
1.9.121
src
tdme
engine
fileio
textures
Texture.cpp
Go to the documentation of this file.
1
#include <
tdme/tdme.h
>
2
#include <
tdme/engine/fileio/textures/Texture.h
>
3
#include <
tdme/engine/fileio/textures/TextureReader.h
>
4
5
#include <
tdme/utilities/ByteBuffer.h
>
6
7
using
tdme::engine::fileio::textures::Texture
;
8
using
tdme::engine::fileio::textures::TextureReader
;
9
10
using
tdme::utilities::ByteBuffer
;
11
12
Texture::~Texture() {
13
delete
textureData
;
14
}
15
16
void
Texture::onDelete
() {
17
TextureReader::removeFromCache
(
this
);
18
}
ByteBuffer.h
TextureReader.h
Texture.h
tdme::engine::fileio::textures::TextureReader
Texture reader class.
Definition:
TextureReader.h:31
tdme::engine::fileio::textures::TextureReader::removeFromCache
static void removeFromCache(Texture *texture)
Remove texture from cache.
Definition:
TextureReader.cpp:375
tdme::engine::fileio::textures::Texture
Texture entity.
Definition:
Texture.h:21
tdme::engine::fileio::textures::Texture::textureData
ByteBuffer * textureData
Definition:
Texture.h:176
tdme::engine::fileio::textures::Texture::onDelete
virtual void onDelete() override
Callback method to be overridden, will be called if object will be deleted.
Definition:
Texture.cpp:16
tdme::utilities::ByteBuffer
Byte buffer class.
Definition:
ByteBuffer.h:24
tdme.h
Generated by
1.9.3