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

Method Release

Engine/source/gfx/gfxTextureArray.cpp:166–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void GFXTextureArray::Release()
167{
168 for (GFXTexHandle& mTexture : mTextures)
169 {
170 mTexture = NULL;
171 }
172}
173
174const String GFXTextureArray::describeSelf() const
175{

Callers 7

_createBufferMethod · 0.45
_duplicateBufferMethod · 0.45
destroyMethod · 0.45
disableMethod · 0.45
_queryPropertyDXGIMethod · 0.45
_queryPropertyWMIMethod · 0.45
unitTesting.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected