diff options
Diffstat (limited to 'include/shader_utils.hpp')
-rw-r--r-- | include/shader_utils.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/shader_utils.hpp b/include/shader_utils.hpp index 243b3d4..08ca7b3 100644 --- a/include/shader_utils.hpp +++ b/include/shader_utils.hpp @@ -1,8 +1,11 @@ /** + * @file shader_utils.hpp + * @brief Utilities to use to handle GLSL shaders. * From the OpenGL Programming wikibook: http://en.wikibooks.org/wiki/OpenGL_Programming * This file is in the public domain. * Contributors: Sylvain Beucler, Guus Sliepen */ + #ifndef _CREATE_SHADER_H #define _CREATE_SHADER_H |