Browse Source

doc: fix invalid references in changelog.

pull/332/head
Vladimír Vondruš 7 years ago
parent
commit
e8d6f337f4
  1. 6
      doc/changelog.dox

6
doc/changelog.dox

@ -278,9 +278,9 @@ See also:
@gl_extension{EXT,instanced_arrays}, @gl_extension{EXT,draw_instanced}, @gl_extension{EXT,instanced_arrays}, @gl_extension{EXT,draw_instanced},
@gl_extension{NV,instanced_arrays} and @gl_extension{NV,draw_instanced} @gl_extension{NV,instanced_arrays} and @gl_extension{NV,draw_instanced}
extensions extensions
- @ref GL::Context would crash on destruction if it was constructed with - @ref Platform::GLContext would crash on destruction if it was constructed
@ref NoCreate but @ref GL::Context::create() was never called (see with @ref NoCreate but @ref Platform::GLContext::create() was never called
[mosra/magnum#331](https://github.com/mosra/magnum/pull/331) (see [mosra/magnum#331](https://github.com/mosra/magnum/pull/331)
- Reading of float textures on ES3 contexts using - Reading of float textures on ES3 contexts using
@ref DebugTools::textureSubImage() returned a zero-sized image by accident @ref DebugTools::textureSubImage() returned a zero-sized image by accident
- Properly zero-initializing the UTF-8 buffer in - Properly zero-initializing the UTF-8 buffer in

Loading…
Cancel
Save