diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-12-10 18:33:40 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-12-10 18:33:40 -0500 |
commit | b6141f6cbf07f0fbfadc892488f2ba83b7cf1719 (patch) | |
tree | d48e05a6ab29409350637b67aa9777f09af9709a /include/shader_utils.hpp | |
parent | e472a62b750e57724a26d299bb682b4f39405d05 (diff) |
doc updates
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 |