carb::assets::DestroyDependenciesFn

Defined in carb/assets/AssetsTypes.h

using carb::assets::DestroyDependenciesFn = void (*)(const char *dependencies, LoadContext *context)

Loader function (member of LoaderDesc) that cleans up the previously returned value from CreateDependenciesFn.

Note

This function is required and called if and only if CreateDependenciesFn is provided.

Param dependencies

The string generated by a previous call to CreateDependenciesFn.

Param context

The context if any generated by CreateContextFn.