Browse Source

Trade: fix documentation copy-paste error.

pull/620/head
John Turner 3 years ago committed by Vladimír Vondruš
parent
commit
e851b21e28
  1. 6
      src/Magnum/Trade/PbrClearCoatMaterialData.h

6
src/Magnum/Trade/PbrClearCoatMaterialData.h

@ -197,9 +197,9 @@ class MAGNUM_TRADE_EXPORT PbrClearCoatMaterialData: public MaterialLayerData<Mat
* @brief Roughness texture swizzle
*
* Convenience access to the @ref MaterialAttribute::RoughnessTextureSwizzle
* attribute in this layer. If not present, the default is @cpp 1.0f @ce.
* Available only if @ref MaterialAttribute::RoughnessTexture is
* present in this layer.
* attribute in this layer. If not present, the default is
* @ref MaterialTextureSwizzle::R. Available only if
* @ref MaterialAttribute::RoughnessTexture is present in this layer.
* @see @ref hasAttribute()
*/
MaterialTextureSwizzle roughnessTextureSwizzle() const;

Loading…
Cancel
Save