MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / ~BackgroundLoader

Method ~BackgroundLoader

physx/samples/samplelargeworld/ChunkLoader.cpp:541–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541BackgroundLoader::~BackgroundLoader()
542{
543 mLoaderThread->signalQuit();
544 mRequestReady.set();
545 mLoaderThread->waitForQuit();
546 delete mLoaderThread;
547
548 deleteLoadedRenderQueue();
549
550 deleteCollections();
551 mSr->release();
552}
553
554void BackgroundLoader::onTick()
555{

Callers

nothing calls this directly

Calls 4

signalQuitMethod · 0.45
setMethod · 0.45
waitForQuitMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected