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

Function importArray

physx/source/common/src/CmUtils.h:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266
267template<typename T, typename Alloc>
268void importArray(Ps::Array<T, Alloc>& a, PxDeserializationContext& context)
269{
270 static_cast<ArrayAccess<T, Alloc>&>(a).load(context);
271}
272
273template<typename T, PxU32 N, typename Alloc>
274void exportInlineArray(const Ps::InlineArray<T, N, Alloc>& a, PxSerializationContext& context)

Callers 1

importInlineArrayFunction · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected