\brief Increases reference count */
| 154 | \brief Increases reference count |
| 155 | */ |
| 156 | virtual void addReference() |
| 157 | { |
| 158 | shdfnd::Mutex::ScopedLock lock(mMutex); |
| 159 | physx::shdfnd::atomicIncrement(&mRefCount); |
| 160 | mNotifySubmission = true; |
| 161 | } |
| 162 | |
| 163 | /** |
| 164 | \brief Return the ref-count for this task |
no test coverage detected