colobot/src/graphics/opengl
Piotr Dziwinski 2289d69735 Replace NULL -> nullptr 2015-08-16 12:43:42 +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 Fix memory leak in creating textures 2015-08-13 23:42:27 +02:00
gl21device.h Replace NULL -> nullptr 2015-08-16 12:43:42 +02:00
gl33device.cpp Fix memory leak in creating textures 2015-08-13 23:42:27 +02:00
gl33device.h Replace NULL -> nullptr 2015-08-16 12:43:42 +02:00
gldevice.cpp Fix memory leak in creating textures 2015-08-13 23:42:27 +02:00
gldevice.h Replace NULL -> nullptr 2015-08-16 12:43:42 +02:00
glframebuffer.cpp More style fixes 2015-08-02 12:06:14 +02:00
glframebuffer.h Include refactoring 2015-08-02 17:49:07 +02:00
glutil.cpp Remove manual memory management from graphics classes 2015-08-12 21:07:16 +02:00
glutil.h Remove manual memory management from graphics classes 2015-08-12 21:07:16 +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
 */