Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
GFXTextureManager::~GFXTextureManager()
99
{
100
if( mHashTable )
101
SAFE_DELETE_ARRAY( mHashTable );
102
103
mCubemapTable.clear();
104
}
105
106
U32 GFXTextureManager::getTextureDownscalePower( GFXTextureProfile *profile )
107
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected