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

Method ~SFXDevice

Engine/source/sfx/sfxDevice.cpp:59–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57//-----------------------------------------------------------------------------
58
59SFXDevice::~SFXDevice()
60{
61 Con::removeVariable( "SFX::Device::numBuffers" );
62 Con::removeVariable( "SFX::Device::numVoices" );
63 Con::removeVariable( "SFX::Device::numBufferBytes" );
64
65 _releaseAllResources();
66}
67
68//-----------------------------------------------------------------------------
69

Callers

nothing calls this directly

Calls 1

removeVariableFunction · 0.85

Tested by

no test coverage detected