From 11ea906e4701f5ad4d555e7b888f6182becd2c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 12 Apr 2014 12:46:35 +0200 Subject: [PATCH] Doc++ Sometimes the specification hides the information very well. --- src/Magnum/Texture.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/Texture.h b/src/Magnum/Texture.h index e85049abf..7a96de6a2 100644 --- a/src/Magnum/Texture.h +++ b/src/Magnum/Texture.h @@ -468,9 +468,9 @@ template class Texture: public AbstractTexture { * Comparison operator used when comparison mode is set to * @ref Sampler::CompareMode::CompareRefToTexture. If * @extension{EXT,direct_state_access} is not available, the texture is - * bound to some texture unit before the operation. + * bound to some texture unit before the operation. Initial value is + * @ref Sampler::CompareFunction::LessOrEqual. * @note Depth textures can be only 1D or 2D. - * @todoc initial value? * @see @ref setCompareMode(), @fn_gl{ActiveTexture}, * @fn_gl{BindTexture} and @fn_gl{TexParameter} or * @fn_gl_extension{TextureParameter,EXT,direct_state_access} with