From b5699863f27aa028702766958d8caa9eb5280b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 4 Jul 2012 17:39:48 +0200 Subject: [PATCH] Doc: @todo++ --- src/AbstractTexture.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AbstractTexture.h b/src/AbstractTexture.h index 252160a2b..0202cc53b 100644 --- a/src/AbstractTexture.h +++ b/src/AbstractTexture.h @@ -233,6 +233,8 @@ class MAGNUM_EXPORT AbstractTexture { * * For more information about default values for unused components and * normalization see enums Components and ComponentType. + * @todo ES2 - GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_ALPHA? They are + * deprecated everywhere else. */ enum class Format: GLenum { #ifndef MAGNUM_TARGET_GLES