Browse Source

Doc++

pull/7/head
Vladimír Vondruš 13 years ago
parent
commit
35c4b5bd23
  1. 2
      src/Context.h
  2. 4
      src/Extensions.h

2
src/Context.h

@ -184,7 +184,7 @@ class MAGNUM_EXPORT Context {
}
/**
* @brief Renderer string
* @brief %Renderer string
*
* @see vendorString(), @fn_gl{GetString} with @def_gl{RENDERER}
*/

4
src/Extensions.h

@ -32,12 +32,8 @@ the same public methods as Extension class (requiredVersion(), coreVersion()
and string(), but these structs are better suited for compile-time decisions
rather than %Extension instances. See Context::isExtensionSupported() for
example usage.
@see MAGNUM_ASSERT_EXTENSION_SUPPORTED()
@todo Manual indices for extensions, this has gaps
@todo Unhide ES2_compatibility, ES3_compatibility on ES
@todo Add ES and GL 4.3 extensions
*/
namespace Extensions {

Loading…
Cancel
Save