From 4caef08ceebe61c19903ea8cc2f3cfe54058bdde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 10 Feb 2016 17:16:14 +0100 Subject: [PATCH] Doc++ --- src/Magnum/PixelFormat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/PixelFormat.h b/src/Magnum/PixelFormat.h index 8059779e3..118c1af45 100644 --- a/src/Magnum/PixelFormat.h +++ b/src/Magnum/PixelFormat.h @@ -598,8 +598,8 @@ enum class CompressedPixelFormat: GLenum { * RGTC compressed red channel, normalized unsigned. **Available only for * 2D, 2D array, cube map and cube map array textures.** * @requires_gl30 Extension @extension{EXT,texture_compression_rgtc} - * @requires_gl Generic texture compression is not available in OpenGL ES - * or WebGL. + * @requires_gl RGTC texture compression is not available in OpenGL ES or + * WebGL. */ RedRgtc1 = GL_COMPRESSED_RED_RGTC1,