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/GPU_attr_binding.h')
-rw-r--r--source/blender/gpu/GPU_attr_binding.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/gpu/GPU_attr_binding.h b/source/blender/gpu/GPU_attr_binding.h
index 41050a095cd..186acacb71d 100644
--- a/source/blender/gpu/GPU_attr_binding.h
+++ b/source/blender/gpu/GPU_attr_binding.h
@@ -23,20 +23,20 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/gpu/gwn_attr_binding.h
+/** \file blender/gpu/GPU_attr_binding.h
* \ingroup gpu
*
- * Gawain vertex attribute binding
+ * GPU vertex attribute binding
*/
-#ifndef __GWN_ATTR_BINDING_H__
-#define __GWN_ATTR_BINDING_H__
+#ifndef __GPU_ATTR_BINDING_H__
+#define __GPU_ATTR_BINDING_H__
#include "GPU_common.h"
-typedef struct Gwn_AttrBinding {
+typedef struct GPUAttrBinding {
uint64_t loc_bits; /* store 4 bits for each of the 16 attribs */
uint16_t enabled_bits; /* 1 bit for each attrib */
-} Gwn_AttrBinding;
+} GPUAttrBinding;
-#endif /* __GWN_ATTR_BINDING_H__ */
+#endif /* __GPU_ATTR_BINDING_H__ */