From d3b17273b0584f16e9289c5cf54d781b4474ba01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 14 Sep 2014 19:42:56 +0200 Subject: [PATCH] doc: cleanup. --- doc/opengl-support.dox | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/opengl-support.dox b/doc/opengl-support.dox index cef8bbf91..c41f88abe 100644 --- a/doc/opengl-support.dox +++ b/doc/opengl-support.dox @@ -382,11 +382,12 @@ add any performance gains, is not supported in %Magnum. See also @subsection opengl-unsupported-extensions Unsupported extensions -- @extension{INTEL,map_texture} negatively affects texture access performance. - Combination of buffer mapping and pixel buffers might be of the same or - better performance, without affecting texture access speed. -- @extension{NV,draw_texture} can be done with framebuffer blitting and - doesn't make any full-screen postprocessing easier, as shaders are excluded. +- @extension{INTEL,map_texture} negatively affects texture access + performance. Combination of buffer mapping and pixel buffers might be of + the same or better performance, without affecting texture access speed. +- @extension{NV,draw_texture} can be done with framebuffer blitting and + doesn't make any full-screen postprocessing easier, as shaders are + excluded. */