colobot/src/graphics/opengl
Tomasz Kapuściński 739f90e38e Reverted changes to OpenGL version detection 2016-02-18 20:51:02 +01:00
..
shaders Added rendering modes and shaders to OpenGL 3.3 engine and fixed problem with detecting extensions in core profile 2016-02-18 00:57:37 +01:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
gl21device.cpp Added rendering modes and shaders to OpenGL 3.3 engine and fixed problem with detecting extensions in core profile 2016-02-18 00:57:37 +01:00
gl21device.h Added rendering modes and shaders to OpenGL 3.3 engine and fixed problem with detecting extensions in core profile 2016-02-18 00:57:37 +01:00
gl33device.cpp Added rendering modes and shaders to OpenGL 3.3 engine and fixed problem with detecting extensions in core profile 2016-02-18 00:57:37 +01:00
gl33device.h Fixed colobot-lint warnings 2016-02-18 12:20:40 +01:00
gldevice.cpp Added rendering modes and shaders to OpenGL 3.3 engine and fixed problem with detecting extensions in core profile 2016-02-18 00:57:37 +01:00
gldevice.h Updated license headers 2016-02-13 14:11:30 +01:00
glframebuffer.cpp Updated license headers 2016-02-13 14:11:30 +01:00
glframebuffer.h Updated license headers 2016-02-13 14:11:30 +01:00
glutil.cpp Reverted changes to OpenGL version detection 2016-02-18 20:51:02 +01:00
glutil.h Fixed colobot-lint warnings 2016-02-18 12:20:40 +01:00

README.txt

/**
 * \dir src/graphics/opengl
 * \brief OpenGL engine implementation
 *
 * Contains the concrete implementation using OpenGL of abstract CDevice class
 * from src/graphics/core
 */