TDME2 1.9.121
Texture.cpp
Go to the documentation of this file.
1#include <tdme/tdme.h>
4
6
9
11
12Texture::~Texture() {
13 delete textureData;
14}
15
18}
static void removeFromCache(Texture *texture)
Remove texture from cache.
virtual void onDelete() override
Callback method to be overridden, will be called if object will be deleted.
Definition: Texture.cpp:16
Byte buffer class.
Definition: ByteBuffer.h:24