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:
Diffstat (limited to 'source/blender/gpu/intern/gpu_primitive_private.h')
-rw-r--r--source/blender/gpu/intern/gpu_primitive_private.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/blender/gpu/intern/gpu_primitive_private.h b/source/blender/gpu/intern/gpu_primitive_private.h
index 6d3f1e20da7..d057f29fdc5 100644
--- a/source/blender/gpu/intern/gpu_primitive_private.h
+++ b/source/blender/gpu/intern/gpu_primitive_private.h
@@ -23,15 +23,15 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/gpu/gwn_primitive_private.h
+/** \file blender/gpu/intern/gpu_primitive_private.h
* \ingroup gpu
*
- * Gawain geometric primitives
+ * GPU geometric primitives
*/
-#ifndef __GWN_PRIMITIVE_PRIVATE_H__
-#define __GWN_PRIMITIVE_PRIVATE_H__
+#ifndef __GPU_PRIMITIVE_PRIVATE_H__
+#define __GPU_PRIMITIVE_PRIVATE_H__
-GLenum convert_prim_type_to_gl(Gwn_PrimType);
+GLenum convert_prim_type_to_gl(GPUPrimType);
-#endif /* __GWN_PRIMITIVE_PRIVATE_H__ */
+#endif /* __GPU_PRIMITIVE_PRIVATE_H__ */