Go to the source code of this file.
◆ REGISTER_OSGIMAGEPROCESSOR
#define REGISTER_OSGIMAGEPROCESSOR |
( |
|
ext, |
|
|
|
classname |
|
) |
| |
Value: extern "C" void osgdb_##ext(void) {} \
Definition osgDB/Registry:689
◆ REGISTER_OSGPLUGIN
#define REGISTER_OSGPLUGIN |
( |
|
ext, |
|
|
|
classname |
|
) |
| |
Value: extern "C" void osgdb_##ext(void) {} \
Definition osgDB/Registry:660
◆ USE_COMPRESSOR_WRAPPER
#define USE_COMPRESSOR_WRAPPER |
( |
|
classname | ) |
|
Value: extern "C" void wrapper_compressor_##classname(void); \
Definition osgDB/Registry:715
◆ USE_DOTOSGWRAPPER
#define USE_DOTOSGWRAPPER |
( |
|
classname | ) |
|
Value: extern "C" void dotosgwrapper_##classname(void); \
◆ USE_DOTOSGWRAPPER_LIBRARY
#define USE_DOTOSGWRAPPER_LIBRARY |
( |
|
libname | ) |
|
Value: extern "C" void dotosgwrapper_library_##libname(void); \
◆ USE_OSGPLUGIN
#define USE_OSGPLUGIN |
( |
|
ext | ) |
|
Value: extern "C" void osgdb_##ext(void); \
◆ USE_SERIALIZER_WRAPPER
#define USE_SERIALIZER_WRAPPER |
( |
|
classname | ) |
|
Value: extern "C" void wrapper_serializer_##classname(void); \
◆ USE_SERIALIZER_WRAPPER_LIBRARY
#define USE_SERIALIZER_WRAPPER_LIBRARY |
( |
|
libname | ) |
|
Value: extern "C" void wrapper_serializer_library_##libname(void); \
◆ CPluginFunction
typedef void(* CPluginFunction) (void) |