All Classes Files Functions Variables Typedefs Pages
Macros | Typedefs
BaseProxy.hpp File Reference

Detailed Description

This file is part of the Lumina Graphics Framework.

Author
Lukas Kalbertodt lukas.nosp@m..kal.nosp@m.berto.nosp@m.dt@g.nosp@m.mail..nosp@m.com

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