Browse Source

GL: doc++

pull/601/head
Vladimír Vondruš 3 years ago
parent
commit
1726b25e3c
  1. 7
      src/Magnum/GL/Renderer.h

7
src/Magnum/GL/Renderer.h

@ -707,12 +707,13 @@ class MAGNUM_GL_EXPORT Renderer {
/** /**
* @overload * @overload
* *
* If OpenGL ES, OpenGL 4.1 or extension @gl_extension{ARB,ES2_compatibility} * Initial value is @cpp 1.0f @ce. If OpenGL ES, OpenGL 4.1 or
* is not available, this function behaves exactly as * extension @gl_extension{ARB,ES2_compatibility} is not available,
* this function behaves exactly as
* @ref setClearDepth(Double). * @ref setClearDepth(Double).
* @see @ref Feature::DepthTest, @ref AbstractFramebuffer::clearDepth(), * @see @ref Feature::DepthTest, @ref AbstractFramebuffer::clearDepth(),
* @ref AbstractFramebuffer::clearDepthStencil(), * @ref AbstractFramebuffer::clearDepthStencil(),
* @fn_gl_keyword{ClearDepth} * @fn_gl2_keyword{ClearDepthf,ClearDepth}
* @deprecated_gl Prefer to use @ref AbstractFramebuffer::clearDepth() * @deprecated_gl Prefer to use @ref AbstractFramebuffer::clearDepth()
* / @ref AbstractFramebuffer::clearDepthStencil() instead of * / @ref AbstractFramebuffer::clearDepthStencil() instead of
* @ref setClearDepth() and @ref AbstractFramebuffer::clear() as * @ref setClearDepth() and @ref AbstractFramebuffer::clear() as

Loading…
Cancel
Save