Browse Source

doc: cleanup.

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

11
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 @subsection opengl-unsupported-extensions Unsupported extensions
- @extension{INTEL,map_texture} negatively affects texture access performance. - @extension{INTEL,map_texture} negatively affects texture access
Combination of buffer mapping and pixel buffers might be of the same or performance. Combination of buffer mapping and pixel buffers might be of
better performance, without affecting texture access speed. the same or better performance, without affecting texture access speed.
- @extension{NV,draw_texture} can be done with framebuffer blitting and - @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