Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:25:53 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:25:53 +0300
commit93b144548d86140d126702b32300259d31a7faf2 (patch)
tree28716a11040d7d88b3b1d918d9e0349d469e3f1c /source/blender/gpu/intern/gpu_codegen.c
parent13a540a41d075bbc5405ce654916417b1d7c01fe (diff)
doxygen: blender/gpu tagged.
Diffstat (limited to 'source/blender/gpu/intern/gpu_codegen.c')
-rw-r--r--source/blender/gpu/intern/gpu_codegen.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/gpu/intern/gpu_codegen.c b/source/blender/gpu/intern/gpu_codegen.c
index 6225e5a3acc..fad65a95a49 100644
--- a/source/blender/gpu/intern/gpu_codegen.c
+++ b/source/blender/gpu/intern/gpu_codegen.c
@@ -30,6 +30,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/gpu/intern/gpu_codegen.c
+ * \ingroup gpu
+ */
+
+
#include "GL/glew.h"
#include "MEM_guardedalloc.h"