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

Method submitted

physx/include/task/PxTask.h:185–189  ·  view source on GitHub ↗

* \brief Called by PxTaskManager at submission time for initialization * * Perform simulation step initialization here. */

Source from the content-addressed store, hash-verified

183 * Perform simulation step initialization here.
184 */
185 virtual void submitted()
186 {
187 mStreamIndex = 0;
188 mPreSyncRequired = false;
189 }
190
191 /**
192 * \brief Specify that the GpuTask sync flag be set

Callers 2

submitNamedTaskMethod · 0.80
submitUnnamedTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected