Browse Source

GL: doc++

pull/433/head
Vladimír Vondruš 6 years ago
parent
commit
8146051634
  1. 5
      src/Magnum/GL/Context.h

5
src/Magnum/GL/Context.h

@ -348,8 +348,9 @@ class MAGNUM_GL_EXPORT Context {
*
* Resets Magnum state tracker to avoid being confused by external
* state changes. This resets all states, however
* @ref UnbindPixelBuffer is excluded as Magnum's state tracker
* will ensure no PBO is bound when calling related OpenGL APIs.
* @ref State::UnbindPixelBuffer is excluded as Magnum's state
* tracker will ensure no PBO is bound when calling related OpenGL
* APIs.
*/
ExitExternal = Buffers|Framebuffers|Meshes|MeshVao|PixelStorage|Renderer|Shaders|Textures
#ifndef MAGNUM_TARGET_GLES2

Loading…
Cancel
Save