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

Function NvFlexExtUnmapTriangleData

extensions/flexExtContainer.cpp:591–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589}
590
591void NvFlexExtUnmapTriangleData(NvFlexExtContainer* c)
592{
593 c->mTriangleIndices.unmap();
594 c->mTriangleNormals.unmap();
595}
596
597NvFlexExtShapeData NvFlexExtMapShapeData(NvFlexExtContainer* c)
598{

Callers

nothing calls this directly

Calls 1

unmapMethod · 0.80

Tested by

no test coverage detected