From bb995dfd5fcc7120a7a0986ed3137d33127ac47a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 28 Oct 2014 16:12:48 +0100 Subject: [PATCH] MagnumPlugins: doc++ --- src/MagnumPlugins/TgaImageConverter/TgaImageConverter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/MagnumPlugins/TgaImageConverter/TgaImageConverter.h b/src/MagnumPlugins/TgaImageConverter/TgaImageConverter.h index 6ed4fb07a..b29247d88 100644 --- a/src/MagnumPlugins/TgaImageConverter/TgaImageConverter.h +++ b/src/MagnumPlugins/TgaImageConverter/TgaImageConverter.h @@ -45,7 +45,8 @@ namespace Magnum { namespace Trade { /** @brief TGA image converter plugin -Supports images with format @ref ColorFormat::BGR, @ref ColorFormat::BGRA or +Supports images with format @ref ColorFormat::BGR, @ref ColorFormat::BGRA +(@ref ColorFormat::RGB/@ref ColorFormat::RGBA on OpenGL ES) or @ref ColorFormat::Red and type @ref ColorType::UnsignedByte. This plugin is built if `WITH_TGAIMAGECONVERTER` is enabled when building