colobot/src/graphics/opengl
Piotr Dziwinski 66ce745be0 Introduce forward declarations as suggested by colobot-lint 2015-09-27 16:28:14 +02: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 Introduce forward declarations as suggested by colobot-lint 2015-09-27 16:28:14 +02:00
gl21device.h Introduce forward declarations as suggested by colobot-lint 2015-09-27 16:28:14 +02:00
gl33device.cpp Introduce forward declarations as suggested by colobot-lint 2015-09-27 16:28:14 +02:00
gl33device.h Introduce forward declarations as suggested by colobot-lint 2015-09-27 16:28:14 +02:00
gldevice.cpp Introduce forward declarations as suggested by colobot-lint 2015-09-27 16:28:14 +02:00
gldevice.h Introduce forward declarations as suggested by colobot-lint 2015-09-27 16:28:14 +02: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 Fix license header in all files 2015-08-22 16:40:02 +02:00
glutil.h Fix license header in all files 2015-08-22 16:40:02 +02: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
 */