Texture entity.
More...
#include <tdme/engine/fileio/textures/Texture.h>
|
| Texture (const string &id, int32_t depth, int32_t width, int32_t height, int32_t textureWidth, int32_t textureHeight, ByteBuffer *textureData) |
| Public constructor. More...
|
|
const string & | getId () const |
|
int32_t | getDepth () const |
|
int32_t | getWidth () const |
|
int32_t | getHeight () const |
|
int32_t | getTextureHeight () const |
|
int32_t | getTextureWidth () const |
|
ByteBuffer * | getTextureData () |
|
bool | isUseMipMap () const |
|
void | setUseMipMap (bool useMipMap) |
| Set if to use mip map. More...
|
|
bool | isRepeat () const |
|
void | setRepeat (bool repeat) |
| Set repeat. More...
|
|
ClampMode | getClampMode () const |
|
void | setClampMode (ClampMode clampMode) |
| Set clamp mode. More...
|
|
int32_t | getAtlasSize () const |
|
void | setAtlasSize (int32_t atlasSize) |
| Set atlas size. More...
|
|
virtual void | onDelete () override |
| Callback method to be overridden, will be called if object will be deleted. More...
|
|
| Reference () |
| Public constructor. More...
|
|
virtual | ~Reference () |
| destructor More...
|
|
void | acquireReference () |
| acquires a reference, incrementing the counter More...
|
|
void | releaseReference () |
| releases a reference, thus decrementing the counter and delete it if reference counter is zero More...
|
|
virtual void | onDelete () |
| Callback method to be overridden, will be called if object will be deleted. More...
|
|
Texture entity.
- Version
- $Id$
- Author
- Andreas Drewke
Definition at line 20 of file Texture.h.
◆ ClampMode
Enumerator |
---|
CLAMPMODE_EDGE | |
CLAMPMODE_TRANSPARENTPIXEL | |
Definition at line 24 of file Texture.h.
◆ Texture()
Texture |
( |
const string & |
id, |
|
|
int32_t |
depth, |
|
|
int32_t |
width, |
|
|
int32_t |
height, |
|
|
int32_t |
textureWidth, |
|
|
int32_t |
textureHeight, |
|
|
ByteBuffer * |
textureData |
|
) |
| |
|
inline |
Public constructor.
- Parameters
-
id | id |
depth | depth |
width | width |
height | height |
textureWidth | texture width |
textureHeight | texture height |
textureData | texture data |
Definition at line 36 of file Texture.h.
◆ ~Texture()
◆ getAtlasSize()
int32_t getAtlasSize |
( |
| ) |
const |
|
inline |
◆ getClampMode()
◆ getDepth()
int32_t getDepth |
( |
| ) |
const |
|
inline |
- Returns
- depth in bits per pixel
Definition at line 67 of file Texture.h.
◆ getHeight()
int32_t getHeight |
( |
| ) |
const |
|
inline |
- Returns
- image height
Definition at line 81 of file Texture.h.
◆ getId()
const string & getId |
( |
| ) |
const |
|
inline |
◆ getTextureData()
- Returns
- texture data wrapped in a byte buffer
Definition at line 102 of file Texture.h.
◆ getTextureHeight()
int32_t getTextureHeight |
( |
| ) |
const |
|
inline |
- Returns
- texture height
Definition at line 88 of file Texture.h.
◆ getTextureWidth()
int32_t getTextureWidth |
( |
| ) |
const |
|
inline |
- Returns
- texture width
Definition at line 95 of file Texture.h.
◆ getWidth()
int32_t getWidth |
( |
| ) |
const |
|
inline |
- Returns
- image width
Definition at line 74 of file Texture.h.
◆ isRepeat()
◆ isUseMipMap()
bool isUseMipMap |
( |
| ) |
const |
|
inline |
- Returns
- use mip map
Definition at line 109 of file Texture.h.
◆ onDelete()
Callback method to be overridden, will be called if object will be deleted.
Reimplemented from Reference.
Definition at line 16 of file Texture.cpp.
◆ setAtlasSize()
void setAtlasSize |
( |
int32_t |
atlasSize | ) |
|
|
inline |
Set atlas size.
- Parameters
-
Definition at line 162 of file Texture.h.
◆ setClampMode()
Set clamp mode.
- Parameters
-
Definition at line 147 of file Texture.h.
◆ setRepeat()
void setRepeat |
( |
bool |
repeat | ) |
|
|
inline |
Set repeat.
- Parameters
-
Definition at line 132 of file Texture.h.
◆ setUseMipMap()
void setUseMipMap |
( |
bool |
useMipMap | ) |
|
|
inline |
Set if to use mip map.
- Parameters
-
Definition at line 117 of file Texture.h.
◆ atlasSize
◆ clampMode
◆ depth
◆ height
◆ id
◆ repeat
◆ textureData
◆ textureHeight
◆ textureWidth
◆ useMipMap
◆ width
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/fileio/textures/Texture.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/fileio/textures/Texture.cpp