ManaPlus
|
Go to the source code of this file.
Macros | |
#define | isBatchDrawRenders(val) ((val) != RENDER_SAFE_OPENGL) |
Functions | |
RenderType | intToRenderType (const int mode) A_CONST |
#define isBatchDrawRenders | ( | val | ) | ((val) != RENDER_SAFE_OPENGL) |
Definition at line 31 of file renderers.h.
RenderType intToRenderType | ( | const int | mode | ) |
Definition at line 43 of file renderers.cpp.
References getDefault(), RENDER_GLES2_OPENGL, RENDER_GLES_OPENGL, RENDER_LAST, RENDER_MODERN_OPENGL, RENDER_NORMAL_OPENGL, RENDER_SAFE_OPENGL, RENDER_SDL2_DEFAULT, and RENDER_SOFTWARE.
Referenced by Setup_Video::action(), Setup_Video::apply(), GraphicsManager::createRenderers(), GraphicsManager::initGraphics(), and ConfigManager::storeSafeParameters().