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

Method store

physx/source/common/src/CmUtils.h:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246struct ArrayAccess: public Ps::Array<T, Alloc>
247{
248 void store(PxSerializationContext& context) const
249 {
250 if(this->mData && (this->mSize || this->capacity()))
251 context.writeData(this->mData, this->capacity()*sizeof(T));
252 }
253
254 void load(PxDeserializationContext& context)
255 {

Callers 1

exportArrayFunction · 0.80

Calls 2

capacityMethod · 0.45
writeDataMethod · 0.45

Tested by

no test coverage detected