Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
591
void NvFlexExtUnmapTriangleData(NvFlexExtContainer* c)
592
{
593
c->mTriangleIndices.unmap();
594
c->mTriangleNormals.unmap();
595
}
596
597
NvFlexExtShapeData NvFlexExtMapShapeData(NvFlexExtContainer* c)
598
{
Callers
nothing calls this directly
Calls
1
unmap
Method · 0.80
Tested by
no test coverage detected