Browse Source

MagnumPlugins: doc++

pull/77/head
Vladimír Vondruš 12 years ago
parent
commit
bb995dfd5f
  1. 3
      src/MagnumPlugins/TgaImageConverter/TgaImageConverter.h

3
src/MagnumPlugins/TgaImageConverter/TgaImageConverter.h

@ -45,7 +45,8 @@ namespace Magnum { namespace Trade {
/** /**
@brief TGA image converter plugin @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. @ref ColorFormat::Red and type @ref ColorType::UnsignedByte.
This plugin is built if `WITH_TGAIMAGECONVERTER` is enabled when building This plugin is built if `WITH_TGAIMAGECONVERTER` is enabled when building

Loading…
Cancel
Save