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:
authorCampbell Barton <ideasman42@gmail.com>2018-06-04 10:09:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-04 10:09:12 +0300
commit6654e109df952be3a3128fae2508a02c196ae593 (patch)
treedf4ed014a9adb9ee727ed2bd551a186e03e62b92 /source/blender/gpu/GPU_buffers.h
parent2d3d76693a84224b86eac50729fb5a321753b7e3 (diff)
Cleanup: strip trailing space in GPU module
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;