Colobot
|
OpenGL implementation - CGL14Device class. More...
#include "graphics/core/device.h"
#include "graphics/core/material.h"
#include "graphics/opengl/glframebuffer.h"
#include "graphics/opengl/glutil.h"
#include "math/matrix.h"
#include <string>
#include <vector>
#include <set>
#include <map>
Go to the source code of this file.
Classes | |
class | Gfx::CGL14Device |
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 - CGL14Device class.