doxygen: blender/gpu tagged.

This commit is contained in:
Nathan Letwory 2011-02-27 20:25:53 +00:00
parent 13a540a41d
commit 93b144548d
8 changed files with 36 additions and 0 deletions

View File

@ -30,6 +30,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/gpu/intern/gpu_buffers.c
* \ingroup gpu
*/
#include <limits.h>
#include <stddef.h>
#include <string.h>

View File

@ -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"

View File

@ -30,6 +30,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/gpu/intern/gpu_codegen.h
* \ingroup gpu
*/
#ifndef __GPU_CODEGEN_H__
#define __GPU_CODEGEN_H__

View File

@ -30,6 +30,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/gpu/intern/gpu_draw.c
* \ingroup gpu
*/
#include <string.h>
#include "GL/glew.h"

View File

@ -30,6 +30,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/gpu/intern/gpu_extensions.c
* \ingroup gpu
*/
#include "GL/glew.h"
#include "DNA_image_types.h"

View File

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/gpu/intern/gpu_material.c
* \ingroup gpu
*/
#include <math.h>
#include <string.h>

View File

@ -1,3 +1,6 @@
/** \file blender/gpu/intern/gpu_shader_material.glsl.c
* \ingroup gpu
*/
/* DataToC output of file <gpu_shader_material_glsl> */
int datatoc_gpu_shader_material_glsl_size= 38950;

View File

@ -1,3 +1,6 @@
/** \file blender/gpu/intern/gpu_shader_vertex.glsl.c
* \ingroup gpu
*/
/* DataToC output of file <gpu_shader_vertex_glsl> */
int datatoc_gpu_shader_vertex_glsl_size= 228;