Browse Source

doc: don't reference deprecated names in changelog.

pull/674/head
Vladimír Vondruš 1 year ago
parent
commit
f9297b78d0
  1. 6
      doc/changelog.dox

6
doc/changelog.dox

@ -418,9 +418,9 @@ See also:
- Support for instanced drawing in @ref Shaders::MeshVisualizerGL2D and - Support for instanced drawing in @ref Shaders::MeshVisualizerGL2D and
@ref Shaders::MeshVisualizerGL3D for better feature parity with the other @ref Shaders::MeshVisualizerGL3D for better feature parity with the other
shaders shaders
- New @ref Shaders::Generic::JointIds, - New @ref Shaders::GenericGL::JointIds,
@ref Shaders::Generic::SecondaryJointIds, @ref Shaders::Generic::Weights @ref Shaders::GenericGL::SecondaryJointIds, @ref Shaders::GenericGL::Weights
and @ref Shaders::Generic::SecondaryWeights attributes for GPU skinning and @ref Shaders::GenericGL::SecondaryWeights attributes for GPU skinning
support (see also [mosra/magnum#441](https://github.com/mosra/magnum/pull/441)) support (see also [mosra/magnum#441](https://github.com/mosra/magnum/pull/441))
- New @ref Shaders::GenericGL::TextureArrayCoordinates attribute for shaders - New @ref Shaders::GenericGL::TextureArrayCoordinates attribute for shaders
accepting three-component texture array coordinates accepting three-component texture array coordinates

Loading…
Cancel
Save