|
Colobot
|
OpenGL implementation - CGL21Device class. More...
#include "graphics/core/device.h"#include "graphics/opengl/glframebuffer.h"#include "graphics/opengl/glutil.h"#include <string>#include <vector>#include <set>#include <map>
Go to the source code of this file.
Classes | |
| class | Gfx::CGLDevice |
| Implementation of CDevice interface in OpenGL. More... | |
Namespaces | |
| Gfx | |
| Namespace for (new) graphics code. | |
Enumerations | |
| enum | Gfx::VertexBufferType { VBT_DISPLAY_LIST, Gfx::VBT_VBO_CORE, Gfx::VBT_VBO_ARB } |
| Specifies type of vertex buffer to use. More... | |
| enum | Gfx::ShadowMappingSupport { SMS_NONE, Gfx::SMS_ARB, Gfx::SMS_CORE } |
OpenGL implementation - CGL21Device class.
OpenGL implementation - CGLDevice class.
1.8.9.1