PluginImplDesc#
Fully qualified name: carb::PluginImplDesc
Defined in carb/Types.h
- 
struct PluginImplDesc#
 Defines a descriptor for the plugin implementation, to be provided to the macro CARB_PLUGIN_IMPL.
Public Members
- 
const char *name#
 Name of the plugin (e.g. “carb.dictionary.plugin”). Must be globally unique.
- 
const char *description#
 Helpful text describing the plugin. Use for debugging/tools.
- 
const char *author#
 Author (e.g. “NVIDIA”).
- 
PluginHotReload hotReload#
 If hot reloading is supported by the plugin.
Deprecated since version 132.0: Hot reloading support has been removed. No replacement will be provided.
- 
const char *build#
 Build version of the plugin.
- 
const char *name#