From b6141f6cbf07f0fbfadc892488f2ba83b7cf1719 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 10 Dec 2016 18:33:40 -0500 Subject: doc updates --- include/shader_utils.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/shader_utils.hpp') 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 -- cgit v1.2.3