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

Method release

physx/include/task/PxGpuTask.h:99–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 void release()
100 {
101 if (mComp)
102 {
103 mComp->removeReference();
104 mComp = NULL;
105 }
106 PxTask::release();
107 }
108
109protected:
110 /// \brief A pointer to the completion task

Callers

nothing calls this directly

Calls 2

releaseFunction · 0.50
removeReferenceMethod · 0.45

Tested by

no test coverage detected