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

Function NvFlexExtNotifyAssetChanged

extensions/flexExtContainer.cpp:718–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716}
717
718void NvFlexExtNotifyAssetChanged(NvFlexExtContainer* c, const NvFlexExtAsset* asset)
719{
720 c->mNeedsCompact = true;
721}
722
723void NvFlexExtPushToDevice(NvFlexExtContainer* c)
724{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected