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

Method exportExtraData

physx/source/common/src/CmBitMap.h:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 void exportExtraData(PxSerializationContext& stream, void*)
80 {
81 if(mMap && getWordCount())
82 {
83 stream.alignData(PX_SERIAL_ALIGN);
84 stream.writeData(mMap, getWordCount()*sizeof(PxU32));
85 }
86 }
87 void importExtraData(PxDeserializationContext& context)
88 {
89 if(mMap && getWordCount())

Callers

nothing calls this directly

Calls 3

getWordCountFunction · 0.85
alignDataMethod · 0.45
writeDataMethod · 0.45

Tested by

no test coverage detected