MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / onShutdown

Method onShutdown

physx/samples/samplecustomgravity/SampleCustomGravity.cpp:250–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void SampleCustomGravity::onShutdown()
251{
252 {
253 PxSceneWriteLock scopedLock(*mScene);
254 DELETESINGLE(mCCTCamera);
255 mControllerManager->release();
256 mPlatformManager.release();
257 }
258 PhysXSample::onShutdown();
259}
260
261void SampleCustomGravity::helpRender(PxU32 x, PxU32 y, PxU8 textAlpha)
262{

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected