MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getBitmap

Method getBitmap

Engine/source/gfx/gfxTextureObject.h:211–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209//-----------------------------------------------------------------------------
210
211inline GBitmap *GFXTextureObject::getBitmap()
212{
213 AssertFatal( mProfile->doStoreBitmap(), avar("GFXTextureObject::getBitmap - Cannot access bitmap for a '%s' texture.", mProfile->getName().c_str()) );
214
215 return mBitmap;
216}
217
218inline DDSFile *GFXTextureObject::getDDS()
219{

Callers 5

isAlphaOnlyMethod · 0.45
addBitmapMethod · 0.45
writeMethod · 0.45
exportStripMethod · 0.45
importStripMethod · 0.45

Calls 4

avarFunction · 0.85
doStoreBitmapMethod · 0.80
c_strMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected