Browse Source

Doc++

pull/388/head
Vladimír Vondruš 7 years ago
parent
commit
303468f299
  1. 2
      doc/changelog.dox
  2. 2
      src/Magnum/Platform/Sdl2Application.h

2
doc/changelog.dox

@ -197,7 +197,7 @@ See also:
framebuffer-to-cubemap copies in DSA APIs
- @cpp "amd-windows-dsa-createquery-except-xfb-overflow" @ce using a
non-DSA code path for creating
@ref PrimitiveQuery::Target::TransformFeedbackOverflow queries
@ref GL::PrimitiveQuery::Target::TransformFeedbackOverflow queries
- New @cpp "arm-mali-timer-queries-oom-in-shell" @ce workaround for
@ref GL::Context::DetectedDriver::ArmMali "ARM Mali" drivers on Android
disabling the @gl_extension{EXT,disjoint_timer_query} extension in Android

2
src/Magnum/Platform/Sdl2Application.h

@ -1421,7 +1421,7 @@ class Sdl2Application::Configuration {
* Request a window for use with OpenGL. Useful in combination with
* @ref WindowFlag::Contextless, otherwise enabled implicitly when
* creating an OpenGL context using @ref Sdl2Application(const Arguments&),
* @ref Sdl2Application(const Arguments, const Configuration&, const GLConfiguration&),
* @ref Sdl2Application(const Arguments&, const Configuration&, const GLConfiguration&),
* @ref create(const Configuration&, const GLConfiguration&) or
* @ref tryCreate(const Configuration&, const GLConfiguration&).
*/

Loading…
Cancel
Save