colobot/src/graphics/opengl
Tomasz Kapuściński a045bf3830 Added shadow ambient support 2015-05-21 16:47:24 +02:00
..
shaders Move OpenGL 3.3 shaders to main repository 2015-05-20 23:30:46 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
gl33device.cpp Fixed glew linking problem on MXE 2015-05-19 23:03:32 +02:00
gl33device.h Fixed glew linking problem on MXE 2015-05-19 23:03:32 +02:00
gldevice.cpp Added shadow ambient support 2015-05-21 16:47:24 +02:00
gldevice.h Added shadow ambient support 2015-05-21 16:47:24 +02:00
glutil.cpp Fixed glew linking problem on MXE 2015-05-19 23:03:32 +02:00
glutil.h Fixed glew linking problem on MXE 2015-05-19 23:03:32 +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
 */