carb::InterfaceDesc

Defined in carb/Interface.h

struct InterfaceDesc

Defines a descriptor for the plugin interface.

In order to get this information from an interface, call the interface’s getInterfaceDesc function.

Public Members

const char *name = nullptr

Name of the interface.

Version version = {0, 0}

Version of the interface.