diff --git a/src/Magnum/Math/Packing.h b/src/Magnum/Math/Packing.h index 9c16e1aa3..fc3df3b08 100644 --- a/src/Magnum/Math/Packing.h +++ b/src/Magnum/Math/Packing.h @@ -55,6 +55,8 @@ Float b = Math::unpack('\xFF'); @see @ref pack() */ +/* Signed conversion with max(val, -1) according to + https://www.opengl.org/registry/specs/EXT/texture_snorm.txt */ #ifdef DOXYGEN_GENERATING_OUTPUT template inline FloatingPoint unpack(const Integral& value); #else