colobot/src/graphics/core
Tomasz Kapuściński ff44637d49 Removed VBO override switch and some unnecessary code 2015-06-16 18:00:42 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
color.cpp Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
color.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
device.h Removed VBO override switch and some unnecessary code 2015-06-16 18:00:42 +02:00
light.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
material.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
nulldevice.cpp Removed VBO override switch and some unnecessary code 2015-06-16 18:00:42 +02:00
nulldevice.h Removed VBO override switch and some unnecessary code 2015-06-16 18:00:42 +02:00
texture.h Added support for offscreen rendering and high resolution shadow maps 2015-05-12 13:09:31 +02:00
vertex.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00

README.txt

/**
 * \dir graphics/core
 * \brief Abstract core of graphics engine
 *
 * Core types, enums, structs and CDevice abstract class that define
 * the abstract graphics device used in graphics engine
 */