Browse Source

Doc++

pull/268/head
Vladimír Vondruš 8 years ago
parent
commit
02f0e0aeb9
  1. 2
      doc/shaders.dox
  2. 2
      src/Magnum/Shaders/Flat.h

2
doc/shaders.dox

@ -27,6 +27,8 @@ namespace Magnum {
/** @page shaders Builtin shaders
@brief Overview and basic usage of builtin shaders.
@m_keywords{Shaders}
@tableofcontents
@m_footernavigation

2
src/Magnum/Shaders/Flat.h

@ -152,6 +152,8 @@ template<UnsignedInt dimensions> class MAGNUM_SHADERS_EXPORT Flat: public GL::Ab
*/
typedef Containers::EnumSet<Flag> Flags;
#else
/* Done this way to be prepared for possible future diversion of 2D
and 3D flags (e.g. introducing 3D-specific features) */
typedef Implementation::FlatFlag Flag;
typedef Implementation::FlatFlags Flags;
#endif

Loading…
Cancel
Save