This file is part of the Lumina Graphics Framework.
This file is included by almost every file in the engine. This file MUST define a class lumina::config::CommonBase (usually done by typedef), which implements a lumina base. See L/core/LNullBase.hpp for more information. In the default version of this file you can choose between two given implementations. See each file (L/core/LContextBase.hpp, L/core/LSingleBase.hpp) for additional information about those implementations. You can also use LNullBase as CommonBase, if you wish to disable some functionality.
Go to the source code of this file.
Macros | |
#define | BASE_PROXY_USE_CONTEXT 0 |
Typedefs | |
typedef SingleBase | CommonBase |