carb::GetPluginDepsFn

Defined in carb/Types.h

typedef void (*carb::GetPluginDepsFn)(InterfaceDesc **interfaceDesc, size_t *count)

Optional. Returns a static list of interfaces this plugin depends upon.

Use CARB_PLUGIN_IMPL_DEPS to have this function generated for you.

See also

carbGetPluginDeps