Browse Source

doc: cleanup.

pull/71/head
Vladimír Vondruš 12 years ago
parent
commit
d3b17273b0
  1. 9
      doc/opengl-support.dox

9
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{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.
doesn't make any full-screen postprocessing easier, as shaders are
excluded.
*/

Loading…
Cancel
Save