#include <aglRenderTarget.h>
Public Member Functions | |
| RenderTarget () | |
| TextureData & | getTextureData () |
| const TextureData & | getTextureData () const |
| u32 | getMipLevel () const |
| u32 | getSlice () const |
| void | setSlice (u32 slice) |
| void | setMipLevel (u32 mip_level) |
| void | applyTextureData (const TextureData &texture_data) |
| void | applyTextureData (const TextureData &texture_data, u32 mip_level, u32 slice) |
Static Public Attributes | |
| static const u32 | cMipLevelMax = 14 |
Protected Member Functions | |
| void | applyTextureData_ (const TextureData &texture_data, u32 mip_level, u32 slice) |
Protected Attributes | |
| TextureData | mTextureData |
| bool | mUpdateRegs |
| u32 | mMipLevel |
| u32 | mSlice |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void agl::RenderTarget< T >::applyTextureData | ( | const TextureData & | texture_data | ) |
| void agl::RenderTarget< T >::applyTextureData | ( | const TextureData & | texture_data, |
| u32 | mip_level, | ||
| u32 | slice ) |
|
protected |
|
static |
|
protected |
|
mutableprotected |
|
protected |
|
protected |