Browse Source

GL: typo.

pull/537/head
William JCM 5 years ago committed by Vladimír Vondruš
parent
commit
dbec10dbee
  1. 4
      src/Magnum/GL/Framebuffer.h

4
src/Magnum/GL/Framebuffer.h

@ -94,8 +94,8 @@ get used:
See also @ref GL-AbstractFramebuffer-performance-optimization "relevant section in AbstractFramebuffer". See also @ref GL-AbstractFramebuffer-performance-optimization "relevant section in AbstractFramebuffer".
If @gl_extension{ARB,direct_state_access} (part of OpenGL 4.5) is not If @gl_extension{ARB,direct_state_access} (part of OpenGL 4.5) is available,
available, functions @ref checkStatus(), @ref mapForDraw(), @ref mapForRead(), functions @ref checkStatus(), @ref mapForDraw(), @ref mapForRead(),
@ref invalidate(), @ref attachRenderbuffer(), @ref attachTexture(), @ref invalidate(), @ref attachRenderbuffer(), @ref attachTexture(),
@ref attachCubeMapTexture(), @ref attachTextureLayer() and @ref detach() use @ref attachCubeMapTexture(), @ref attachTextureLayer() and @ref detach() use
DSA to avoid unnecessary calls to @fn_gl{BindFramebuffer}. See their respective DSA to avoid unnecessary calls to @fn_gl{BindFramebuffer}. See their respective

Loading…
Cancel
Save