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

Function exportArray

physx/source/common/src/CmUtils.h:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260
261template<typename T, typename Alloc>
262void exportArray(const Ps::Array<T, Alloc>& a, PxSerializationContext& context)
263{
264 static_cast<const ArrayAccess<T, Alloc>&>(a).store(context);
265}
266
267template<typename T, typename Alloc>
268void importArray(Ps::Array<T, Alloc>& a, PxDeserializationContext& context)

Callers 1

exportInlineArrayFunction · 0.85

Calls 1

storeMethod · 0.80

Tested by

no test coverage detected