* \brief Called by PxTaskManager at submission time for initialization * * Perform simulation step initialization here. */
| 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 |
no outgoing calls
no test coverage detected