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