From e423424b27497ccf4c8d41d35ebb1a0f5a4fe42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 14 Sep 2014 17:37:53 +0200 Subject: [PATCH] doc: added forgotten glHint() to mapping table. There are probably more. --- doc/opengl-mapping.dox | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/opengl-mapping.dox b/doc/opengl-mapping.dox index a3e151999..ffe559281 100644 --- a/doc/opengl-mapping.dox +++ b/doc/opengl-mapping.dox @@ -218,6 +218,12 @@ OpenGL function | Matching API @fn_gl{GetUniformSubroutine} | | @fn_gl{GetVertexAttrib}, \n @fn_gl{GetVertexArray}, \n @fn_gl_extension{GetVertexArray,EXT,direct_state_access} | not queryable, @ref Mesh::addVertexBuffer() setter only +@subsection opengl-mapping-functions-h H + +OpenGL function | Matching API +--------------------------------------- | ------------ +@fn_gl{Hint} | @ref Renderer::setHint() + @subsection opengl-mapping-functions-i I OpenGL function | Matching API