From 8edf8c0dfb961867c1702e2a8e69bb851be441d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 1 Mar 2018 23:37:03 +0100 Subject: [PATCH] doc: mention searchability of GL symbols also here. --- doc/opengl.dox | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/opengl.dox b/doc/opengl.dox index 0e348aabd..72efbd825 100644 --- a/doc/opengl.dox +++ b/doc/opengl.dox @@ -28,7 +28,10 @@ The following table maps OpenGL function names to Magnum API, useful for developers with existing OpenGL background. Note that, as reverse mapping, each -function documentation also contains list of OpenGL functions used. +function documentation also contains list of OpenGL functions used. You can +also use the search functionality to find out which OpenGL API corresponds to +which Magnum function, class or enum value. Just enter name of an OpenGL +function, define or GLSL name into the search box. - @subpage opengl-mapping