colobot/src/graphics
Tomasz Kapuściński 1aebe8af03 Added support for VBO in OpenGL older than 1.5 if ARB extension is present 2014-10-24 00:29:26 +02:00
..
core Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
d3d Fixed code formatting 2013-05-27 10:19:16 +02:00
engine Merge branch 'vieux-blood_mode' into dev 2014-10-22 17:52:17 +02:00
opengl Added support for VBO in OpenGL older than 1.5 if ARB extension is present 2014-10-24 00:29:26 +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.
 */