GFXNullTextureManager
Engine/source/gfx/Null/gfxNullDevice.cpp
Protected Functions
_createTextureObject(U32 height, U32 width, U32 depth, GFXFormat format, GFXTextureProfile * profile, U32 numMipLevels, bool forceMips, S32 antialiasLevel, GFXTextureObject * inTex)
@group Internal Texture Manager Interface
bool
_freeTexture(GFXTextureObject * texture, bool zombify)
Free a texture (but do not delete the GFXTextureObject) using the internal API.
bool
_loadTexture(GFXTextureObject * texture, DDSFile * dds)
Load a texture from a proper DDSFile instance.
bool
_loadTexture(GFXTextureObject * texture, GBitmap * bmp)
Load data into a texture from a GBitmap using the internal API.
bool
_loadTexture(GFXTextureObject * texture, void * raw)
Load data into a texture from a raw buffer using the internal API.
bool
_refreshTexture(GFXTextureObject * texture)
Refresh a texture using the internal API.
Detailed Description
Protected Functions
_createTextureObject(U32 height, U32 width, U32 depth, GFXFormat format, GFXTextureProfile * profile, U32 numMipLevels, bool forceMips, S32 antialiasLevel, GFXTextureObject * inTex)
Reimplemented from: GFXTextureManager
_freeTexture(GFXTextureObject * texture, bool zombify)
Reimplemented from: GFXTextureManager
_getFreeVideoMemory()
_getTotalVideoMemory()
_loadTexture(GFXTextureObject * texture, DDSFile * dds)
Reimplemented from: GFXTextureManager
_loadTexture(GFXTextureObject * texture, GBitmap * bmp)
Reimplemented from: GFXTextureManager
_loadTexture(GFXTextureObject * texture, void * raw)
Reimplemented from: GFXTextureManager
_refreshTexture(GFXTextureObject * texture)
Reimplemented from: GFXTextureManager