We need one bit to mark arrays that have been deserialized from a user-provided memory block.
| 284 | |
| 285 | // We need one bit to mark arrays that have been deserialized from a user-provided memory block. |
| 286 | PX_FORCE_INLINE PxU32 isInUserMemory() const { return mWordCount & PX_SIGN_BITMASK; } |
| 287 | //~PX_SERIALIZATION |
| 288 | |
| 289 | /*! |
no outgoing calls
no test coverage detected