Browse Source

Platform: doc++

pull/191/head
Vladimír Vondruš 8 years ago
parent
commit
5589353b9a
  1. 6
      src/Magnum/Platform/GlfwApplication.h

6
src/Magnum/Platform/GlfwApplication.h

@ -483,6 +483,11 @@ CORRADE_ENUMSET_OPERATORS(GlfwApplication::Flags)
@brief OpenGL context configuration
Double-buffered RGBA window with depth and stencil buffers.
@note This function is available only if Magnum is compiled with
@ref MAGNUM_TARGET_GL enabled (done by default). See @ref building-features
for more information.
@see @ref GlfwApplication(), @ref create(), @ref tryCreate()
*/
class GlfwApplication::GLConfiguration {
@ -591,7 +596,6 @@ CORRADE_ENUMSET_OPERATORS(GlfwApplication::GLConfiguration::Flags)
/**
@brief Configuration
Double-buffered RGBA window with depth and stencil buffers.
@see @ref GlfwApplication(), @ref create(), @ref tryCreate()
*/
class GlfwApplication::Configuration {

Loading…
Cancel
Save