colobot/src/graphics/core
Tomasz Kapuściński fe02cf3e4b Added Vertex2D 2021-09-05 16:32:14 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
color.cpp Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
color.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
device.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
framebuffer.cpp Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
framebuffer.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
light.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
material.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
nulldevice.cpp Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
nulldevice.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
texture.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
type.cpp Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
type.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
vertex.h Added Vertex2D 2021-09-05 16:32:14 +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
 */