colobot/src/graphics
krzys-h 78a279b479 Better shadow type selection UI 2015-08-14 13:37:27 +02:00
..
core Remove manual memory management from graphics classes 2015-08-12 21:07:16 +02:00
d3d Fixed code formatting 2013-05-27 10:19:16 +02:00
engine Better shadow type selection UI 2015-08-14 13:37:27 +02:00
model Add proper initializations in basic graphics structures 2015-08-06 08:22:11 +02:00
opengl Fix memory leak in creating textures 2015-08-13 23:42:27 +02:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00

README.txt

/**
 * \dir src/graphics
 * \brief Graphics engine
 */

/**
 * \namespace Gfx
 * \brief Namespace for (new) graphics code
 *
 * This namespace was created to avoid clashing with old code, but now it still serves,
 * defining a border between pure graphics engine and other parts of application.
 */