From 24cf08bb1bd2ece1e1734e2f8720db80951d05c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 30 Apr 2018 23:20:38 +0200 Subject: [PATCH] doc: the OpenGL library is not core anymore. --- doc/opengl-wrapping.dox | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/opengl-wrapping.dox b/doc/opengl-wrapping.dox index 87873865d..c86a7ce4d 100644 --- a/doc/opengl-wrapping.dox +++ b/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