MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / ~GFXTextureManager

Method ~GFXTextureManager

Engine/source/gfx/gfxTextureManager.cpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98GFXTextureManager::~GFXTextureManager()
99{
100 if( mHashTable )
101 SAFE_DELETE_ARRAY( mHashTable );
102
103 mCubemapTable.clear();
104}
105
106U32 GFXTextureManager::getTextureDownscalePower( GFXTextureProfile *profile )
107{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected