Browse Source

Update src/Magnum/Trade/PhongMaterialData.h

Co-authored-by: Vladimír Vondruš <mosra@centrum.cz>
pull/438/head
Jonathan Hale 6 years ago committed by GitHub
parent
commit
166b43989d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/Magnum/Trade/PhongMaterialData.h

3
src/Magnum/Trade/PhongMaterialData.h

@ -163,6 +163,9 @@ class MAGNUM_TRADE_EXPORT PhongMaterialData: public AbstractMaterialData {
* @param importerState Importer-specific state * @param importerState Importer-specific state
* @m_since_latest * @m_since_latest
* *
* If any `*CoordinateSet` is non-zero, expects
* @ref Flag::TextureCoordinateSets to be enabled as well.
*
* If any `*CoordinateSet` is non-zero, expects * If any `*CoordinateSet` is non-zero, expects
* @ref Flag::TextureCoordinateSets to be enabled as well. * @ref Flag::TextureCoordinateSets to be enabled as well.
* *

Loading…
Cancel
Save