MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / NvFlexExtUnmapShapeData

Function NvFlexExtUnmapShapeData

extensions/flexExtContainer.cpp:613–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613void NvFlexExtUnmapShapeData(NvFlexExtContainer* c)
614{
615 c->mShapeRotations.unmap();
616 c->mShapeTranslations.unmap();
617}
618
619
620NvFlexExtInstance* NvFlexExtCreateInstance(NvFlexExtContainer* c, NvFlexExtParticleData* particleData, const NvFlexExtAsset* asset, const float* transform, float vx, float vy, float vz, int phase, float invMassScale)

Callers

nothing calls this directly

Calls 1

unmapMethod · 0.80

Tested by

no test coverage detected