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

Function NvFlexExtTickContainer

extensions/flexExtContainer.cpp:706–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706void NvFlexExtTickContainer(NvFlexExtContainer* c, float dt, int substeps, bool enableTiming)
707{
708 // update the device
709 NvFlexExtPushToDevice(c);
710
711 // update solver
712 NvFlexUpdateSolver(c->mSolver, dt, substeps, enableTiming);
713
714 // update host
715 NvFlexExtPullFromDevice(c);
716}
717
718void NvFlexExtNotifyAssetChanged(NvFlexExtContainer* c, const NvFlexExtAsset* asset)
719{

Callers

nothing calls this directly

Calls 2

NvFlexExtPushToDeviceFunction · 0.85
NvFlexExtPullFromDeviceFunction · 0.85

Tested by

no test coverage detected