diff --git a/src/AbstractTexture.h b/src/AbstractTexture.h index 27b1895eb..35abf4823 100644 --- a/src/AbstractTexture.h +++ b/src/AbstractTexture.h @@ -232,9 +232,11 @@ class MAGNUM_EXPORT AbstractTexture { * are converted to range @f$ [-1.0; 1.0] @f$. * @requires_gl31 Extension @extension{EXT,texture_snorm} */ - NormalizedByte, + NormalizedByte #ifndef MAGNUM_TARGET_GLES + , + /** * Normalized unsigned short, i.e. values from range @f$ [0; 65536] @f$ * are converted to range @f$ [0.0; 1.0] @f$.