From 2cbdd52a5af0416e5d0e28b1e925978e40757efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 21 Nov 2019 12:26:38 +0100 Subject: [PATCH] doc: forgot to list the new OVR_multiivew entrypoints in the table. --- doc/opengl-mapping.dox | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/opengl-mapping.dox b/doc/opengl-mapping.dox index 573cd4d70..caf8775b0 100644 --- a/doc/opengl-mapping.dox +++ b/doc/opengl-mapping.dox @@ -168,6 +168,7 @@ OpenGL function | Matching API @fn_gl2{FramebufferTexture1D,FramebufferTexture}, \n `glFramebufferTexture2D()` | @ref GL::Framebuffer::attachTexture(), \n @ref GL::Framebuffer::attachCubeMapTexture() @fn_gl2{FramebufferTexture3D,FramebufferTexture} | not used, @fn_gl{FramebufferTextureLayer} has more complete features @fn_gl{FramebufferTextureLayer}, \n `glNamedFramebufferTextureLayer()` | @ref GL::Framebuffer::attachTextureLayer(), \n @ref GL::Framebuffer::attachCubeMapTexture() +@fn_gl_extension{FramebufferTextureMultiview,OVR,multiview} | | @fn_gl{FrontFace} | @ref GL::Renderer::setFrontFace() @subsection opengl-mapping-functions-g G