Updated doxygen API documentation

This commit is contained in:
Christophe Riccio
2018-08-31 20:46:32 +02:00
parent 0b974f0d00
commit 9dcdae8e8f
21 changed files with 25 additions and 21 deletions

View File

@@ -7,6 +7,8 @@
/// @defgroup core_func_packing Floating-Point Pack and Unpack Functions
/// @ingroup core
///
/// Provide GLSL functions to pack and unpack half, single and double-precision floating point values into more compact integer types.
///
/// These functions do not operate component-wise, rather as described in each case.
///
/// Include <glm/packing.hpp> to use these core features.