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_buffers.h')
-rw-r--r--source/blender/gpu/GPU_buffers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/gpu/GPU_buffers.h b/source/blender/gpu/GPU_buffers.h
index 6ffaa29ead6..8fd34348f03 100644
--- a/source/blender/gpu/GPU_buffers.h
+++ b/source/blender/gpu/GPU_buffers.h
@@ -108,17 +108,17 @@ typedef struct GPUDrawObject {
struct GPUVertPointLink *vert_points_mem;
int vert_points_usage;
#endif
-
+
int colType;
GPUBufferMaterial *materials;
int totmaterial;
-
+
unsigned int tot_triangle_point;
unsigned int tot_loose_point;
/* different than total loops since ngons get tesselated still */
unsigned int tot_loop_verts;
-
+
/* caches of the original DerivedMesh values */
unsigned int totvert;
unsigned int totedge;