Browse Source

Platform: doc++

pull/107/head
Vladimír Vondruš 11 years ago
parent
commit
2c516fffb8
  1. 5
      src/Magnum/Platform/Sdl2Application.h

5
src/Magnum/Platform/Sdl2Application.h

@ -246,8 +246,9 @@ class Sdl2Application {
* @brief Create context with given configuration * @brief Create context with given configuration
* *
* Must be called if and only if the context wasn't created by the * Must be called if and only if the context wasn't created by the
* constructor itself. The program exits if the context cannot be * constructor itself. Error message is printed and the program exits
* created, see @ref tryCreateContext() for an alternative. * if the context cannot be created, see @ref tryCreateContext() for an
* alternative.
* *
* On desktop GL, if version is not specified in @p configuration, the * On desktop GL, if version is not specified in @p configuration, the
* application first tries to create core context (OpenGL 3.2+ on OS X, * application first tries to create core context (OpenGL 3.2+ on OS X,

Loading…
Cancel
Save