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

Method renderDone

physx/samples/samplebase/SampleStepper.cpp:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void MultiThreadStepper::renderDone()
79{
80 if(mFirstCompletionPending)
81 {
82 mCompletion0.removeReference();
83 mFirstCompletionPending = false;
84 }
85}
86
87
88

Callers 1

PhysXSample.cppFile · 0.45

Calls 1

removeReferenceMethod · 0.45

Tested by

no test coverage detected