|
FIFE
|
#include <SDL.h>#include "util/base/exception.h"#include "util/log/logger.h"#include "video/devicecaps.h"#include "gleimage.h"#include "renderbackendopengle.h"#include "SDL_image.h"
Include dependency graph for renderbackendopengle.cpp:Go to the source code of this file.
Classes | |
| class | FIFE::RenderBackendOpenGLe::RenderObject |
Namespaces | |
| FIFE | |
| All FIFE related code is in this namespace. | |
Macros | |
| #define | ALPHA_REF 0.3f |
Variables | |
| static const int | FIFE::max_quads_per_texbatch = 600 |
| static const int | FIFE::max_tex = 400 |
| static const int | FIFE::buffer_default_size = 4 * max_quads_per_texbatch * max_tex |
| #define ALPHA_REF 0.3f |
Definition at line 38 of file renderbackendopengle.cpp.
Referenced by FIFE::RenderBackendOpenGLe::setScreenMode().