colobot/src/graphics/core
Tomasz Kapuściński f67c01e5e7 Added proper render to texture support 2015-05-21 18:03:17 +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 Added proper render to texture support 2015-05-21 18:03:17 +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 Added proper render to texture support 2015-05-21 18:03:17 +02:00
nulldevice.h Added proper render to texture support 2015-05-21 18:03:17 +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
 */