ModuleExportEntryCarbFramework#
Fully qualified name: omni::core::ModuleExportEntryCarbFramework
Defined in omni/core/ModuleExports.h
-
struct ModuleExportEntryCarbFramework#
omni::core::ModuleExports entry to interop with carb::Framework.
Use the helper OMNI_MODULE_SET_EXPORTS to add this entry.
Public Functions
- inline ModuleExportEntryCarbFramework(
- const char *t,
- ModuleExportEntryFlag f,
Constructor.
Public Members
-
const char *type#
Unique type name describing the entry.
-
ModuleExportEntryFlag flags#
Special flags for the entry (ex: required).
-
uint32_t byteCount#
Size of the entry in bytes (including the header).
-
carb::Framework **framework#
Pointer to the module’s g_carbFramework pointer.
-
carb::Version version#
Version of the carb::Framework the module expects.