Browse Source

GL: use a bit more of an actual English here.

pull/494/head
Vladimír Vondruš 5 years ago
parent
commit
fbe996ce3e
  1. 18
      src/Magnum/GL/Context.h

18
src/Magnum/GL/Context.h

@ -104,15 +104,15 @@ class MAGNUM_GL_EXPORT Extension {
}; };
/** /**
@brief Magnum context @brief Magnum OpenGL context
Provides access to version and extension information. Instance available Provides access to OpenGL version and extension information and manages
through @ref Context::current() is automatically created during construction of Magnum's internal OpenGL state tracker. An instance available through
`*Application` classes in @ref Platform namespace. You can safely assume that @ref Context::current() is automatically created during construction of
the instance is available during whole lifetime of `*Application` object. It's `Platform::*Application` classes and you can safely assume the instance is
also possible to create the context without using any `*Application` class available during the whole `*Application` lifetime. It's also possible to
using @ref Platform::GLContext subclass, see @ref platform documentation for create the context without using any `*Application` class using the
more information. @ref Platform::GLContext subclass, see @ref platform for more information.
@section GL-Context-command-line Command-line options @section GL-Context-command-line Command-line options

Loading…
Cancel
Save