Browse Source

Doc++

pull/331/head
Vladimír Vondruš 7 years ago
parent
commit
3ce2a1ed94
  1. 12
      doc/changelog.dox

12
doc/changelog.dox

@ -97,13 +97,13 @@ See also:
- The @ref ResourceManager class now accepts also - The @ref ResourceManager class now accepts also
@ref Corrade::Containers::Pointer instances in addition to raw pointers @ref Corrade::Containers::Pointer instances in addition to raw pointers
@subsubsection changelog-latest-changes-animation Animation library
- Default extrapolation of @ref Animation::TrackView was changed from - Default extrapolation of @ref Animation::TrackView was changed from
@ref Animation::Extrapolation::Extrapolated to @ref Animation::Extrapolation::Extrapolated to
@ref Animation::Extrapolation::Constant to be consistent with @ref Animation::Extrapolation::Constant to be consistent with
@ref Animation::Track @ref Animation::Track
- @ref Math::BoolVector now implements component-wise @cpp && @ce,
@cpp || @ce and @cpp ! @ce for better consistency with boolean operations
done on scalar types
@subsubsection changelog-latest-changes-audio Audio library @subsubsection changelog-latest-changes-audio Audio library
@ -120,6 +120,12 @@ See also:
- @ref DebugTools::textureSubImage() for float textures was updated to work - @ref DebugTools::textureSubImage() for float textures was updated to work
with SwiftShader (which has broken @glsl gl_VertexID @ce) with SwiftShader (which has broken @glsl gl_VertexID @ce)
@subsubsection changelog-latest-changes-math Math library
- @ref Math::BoolVector now implements component-wise @cpp && @ce,
@cpp || @ce and @cpp ! @ce for better consistency with boolean operations
done on scalar types
@subsubsection changelog-latest-changes-meshtools MeshTools library @subsubsection changelog-latest-changes-meshtools MeshTools library
- @ref MeshTools::fullScreenTriangle() was updated to work on ES3 SwiftShader - @ref MeshTools::fullScreenTriangle() was updated to work on ES3 SwiftShader

Loading…
Cancel
Save