colobot/src/graphics/opengl
Tomasz Kapuściński e6a2fc9671 Rewritten shadow mapping implementation 2016-03-07 18:33:19 +01:00
..
shaders Changes in framebuffer creation, framebuffer error detection and small other graphical things 2016-02-29 16:42:01 +01:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
gl21device.cpp Rewritten shadow mapping implementation 2016-03-07 18:33:19 +01:00
gl21device.h Small change in enabling/disabling shadow mapping 2016-03-06 20:25:50 +01:00
gl33device.cpp Rewritten shadow mapping implementation 2016-03-07 18:33:19 +01:00
gl33device.h Small change in enabling/disabling shadow mapping 2016-03-06 20:25:50 +01:00
gldevice.cpp Rewritten shadow mapping implementation 2016-03-07 18:33:19 +01:00
gldevice.h Rewritten shadow mapping implementation 2016-03-07 18:33:19 +01:00
glframebuffer.cpp Changes in framebuffer creation, framebuffer error detection and small other graphical things 2016-02-29 16:42:01 +01:00
glframebuffer.h Changes in framebuffer creation, framebuffer error detection and small other graphical things 2016-02-29 16:42:01 +01:00
glutil.cpp Changes in framebuffer creation, framebuffer error detection and small other graphical things 2016-02-29 16:42:01 +01:00
glutil.h Changes in framebuffer creation, framebuffer error detection and small other graphical things 2016-02-29 16:42:01 +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
 */