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

Method load

physx/source/common/src/CmUtils.h:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 }
253
254 void load(PxDeserializationContext& context)
255 {
256 if(this->mData && (this->mSize || this->capacity()))
257 this->mData = context.readExtraData<T>(this->capacity());
258 }
259};
260
261template<typename T, typename Alloc>

Callers 1

importArrayFunction · 0.45

Calls 1

capacityMethod · 0.45

Tested by

no test coverage detected