Colobot
Classes | Namespaces | Enumerations
gl14device.h File Reference

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>
Include dependency graph for gl14device.h:

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 }
 

Detailed Description

OpenGL implementation - CGL14Device class.