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

Method _preloadBuffer

Engine/source/sfx/sfxProfile.cpp:276–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274//-----------------------------------------------------------------------------
275
276bool SFXProfile::_preloadBuffer()
277{
278 AssertFatal( !mDescription->mIsStreaming, "SFXProfile::_preloadBuffer() - must not be called for streaming profiles" );
279
280 mBuffer = _createBuffer();
281 return ( !mBuffer.isNull() );
282}
283
284//-----------------------------------------------------------------------------
285

Callers

nothing calls this directly

Calls 1

isNullMethod · 0.45

Tested by

no test coverage detected