Browse Source

Platform: doc++

pull/158/head
Vladimír Vondruš 10 years ago
parent
commit
88d732a216
  1. 3
      src/Magnum/Platform/Sdl2Application.h

3
src/Magnum/Platform/Sdl2Application.h

@ -893,7 +893,8 @@ class Sdl2Application::Configuration {
* backwards-compatible with requested one. Default is
* @ref Version::None, i.e. any provided version is used.
* @note In @ref CORRADE_TARGET_EMSCRIPTEN "Emscripten" this function
* does nothing (@ref Version::GLES200 is always used).
* does nothing (@ref Version::GLES200 or @ref Version::GLES300 is
* used implicitly based on the target).
*/
Configuration& setVersion(Version version) {
#ifndef CORRADE_TARGET_EMSCRIPTEN

Loading…
Cancel
Save