From aab2da9e651d5f58372ef64ae48c294f2c29c0ad Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Tue, 16 Jun 2015 21:44:40 +0200 Subject: Optimize drawing of outlines as well --- source/blender/gpu/GPU_buffers.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/gpu/GPU_buffers.h') diff --git a/source/blender/gpu/GPU_buffers.h b/source/blender/gpu/GPU_buffers.h index 842553a5fb9..a8630d0c5be 100644 --- a/source/blender/gpu/GPU_buffers.h +++ b/source/blender/gpu/GPU_buffers.h @@ -115,7 +115,8 @@ typedef struct GPUDrawObject { int totedge; int loose_edge_offset; - int tot_loose_edge; + int tot_loose_edge_drawn; + int tot_edge_drawn; } GPUDrawObject; /* used for GLSL materials */ -- cgit v1.2.3