colobot/src/graphics/core
krzys-h 88c6818cfd Fix code style issues 2016-11-26 13:48:12 +01:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
color.cpp Updated license headers 2016-02-13 14:11:30 +01:00
color.h Updated license headers 2016-02-13 14:11:30 +01:00
device.h Added rendering with generic vertex formats 2016-11-04 14:13:16 +01:00
framebuffer.cpp Changes in framebuffer creation, framebuffer error detection and small other graphical things 2016-02-29 16:42:01 +01:00
framebuffer.h Changes in framebuffer creation, framebuffer error detection and small other graphical things 2016-02-29 16:42:01 +01:00
light.h Updated license headers 2016-02-13 14:11:30 +01:00
material.h Updated license headers 2016-02-13 14:11:30 +01:00
nulldevice.cpp Added rendering with generic vertex formats 2016-11-04 14:13:16 +01:00
nulldevice.h Added rendering with generic vertex formats 2016-11-04 14:13:16 +01:00
texture.h Added rendering with generic vertex formats 2016-11-04 14:13:16 +01:00
type.cpp Fix code style issues 2016-11-26 13:48:12 +01:00
type.h Fix code style issues 2016-11-26 13:48:12 +01:00
vertex.h Fix code style issues 2016-11-26 13:48:12 +01: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
 */