Browse Source

doc: updated changelog.

pull/217/head
Vladimír Vondruš 9 years ago
parent
commit
1d363e656e
  1. 3
      doc/changelog.dox

3
doc/changelog.dox

@ -309,6 +309,9 @@ namespace Magnum {
- The @ref Mesh class now stores a copy of @ref Buffer instance instead of - The @ref Mesh class now stores a copy of @ref Buffer instance instead of
reference, meaning that you can move your buffers freely after assigning reference, meaning that you can move your buffers freely after assigning
them to a mesh them to a mesh
- @ref Texture::setStorage() "*Texture::setStorage()" fallback implementation
on OpenGL ES 2.0 and WebGL 1.0 now properly translates sized texture
formats to what the drivers expect
- @ref Trade::TgaImporter "TgaImporter" and @ref Trade::TgaImageConverter "TgaImageConverter" - @ref Trade::TgaImporter "TgaImporter" and @ref Trade::TgaImageConverter "TgaImageConverter"
now consistently use RGB(A) on all platforms and don't require BGR(A) on now consistently use RGB(A) on all platforms and don't require BGR(A) on
desktop desktop

Loading…
Cancel
Save