Browse Source

doc: the OpenGL library is not core anymore.

pull/233/head
Vladimír Vondruš 8 years ago
parent
commit
24cf08bb1b
  1. 8
      doc/opengl-wrapping.dox

8
doc/opengl-wrapping.dox

@ -30,10 +30,10 @@ namespace Magnum {
@tableofcontents
@m_footernavigation
OpenGL wrapper classes are core part of Magnum. Their purpose is to simplify
interaction with the OpenGL API using type-safe C++11 features, abstracting
away extension and platform differences, tracking the state for optimum
performance and selecting the best available code path for given system.
The purpose of the @ref GL library is to simplify interaction with the OpenGL
API using type-safe C++11 features, abstracting away extension and platform
differences, tracking the state for optimum performance and selecting the best
available code path for given system.
Magnum provides wrappers for most native OpenGL objects like buffers, textures,
meshes, queries, transform feedback objects, shaders etc., but makes it

Loading…
Cancel
Save