colobot/src/graphics/opengl
Tomasz Kapuściński d944a55905 Optimized DrawPrimitives() in CGL21Device 2015-12-24 00:06:58 +01:00
..
shaders Some style and whitespace fixes 2015-08-02 11:36:36 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
gl21device.cpp Optimized DrawPrimitives() in CGL21Device 2015-12-24 00:06:58 +01:00
gl21device.h Added DrawPrimitives() for drawing multiple primitives (not optimized for now) 2015-12-23 23:23:10 +01:00
gl33device.cpp Added DrawPrimitives() for drawing multiple primitives (not optimized for now) 2015-12-23 23:23:10 +01:00
gl33device.h Added DrawPrimitives() for drawing multiple primitives (not optimized for now) 2015-12-23 23:23:10 +01:00
gldevice.cpp Optimized DrawPrimitives() in CGLDevice 2015-12-23 23:49:00 +01:00
gldevice.h Optimized DrawPrimitives() in CGLDevice 2015-12-23 23:49:00 +01:00
glframebuffer.cpp Fix license header in all files 2015-08-22 16:40:02 +02:00
glframebuffer.h Fix license header in all files 2015-08-22 16:40:02 +02:00
glutil.cpp Added information about graphics card to error message 2015-12-20 17:34:55 +01:00
glutil.h Added information about graphics card to error message 2015-12-20 17:34:55 +01:00

README.txt

/**
 * \dir src/graphics/opengl
 * \brief OpenGL engine implementation
 *
 * Contains the concrete implementation using OpenGL of abstract CDevice class
 * from src/graphics/core
 */