| 716 | } |
| 717 | |
| 718 | void NvFlexExtNotifyAssetChanged(NvFlexExtContainer* c, const NvFlexExtAsset* asset) |
| 719 | { |
| 720 | c->mNeedsCompact = true; |
| 721 | } |
| 722 | |
| 723 | void NvFlexExtPushToDevice(NvFlexExtContainer* c) |
| 724 | { |
nothing calls this directly
no outgoing calls
no test coverage detected