Optimize drawing of outlines as well

This commit is contained in:
2015-06-16 21:44:40 +02:00
parent fbff0e68a4
commit aab2da9e65
3 changed files with 56 additions and 41 deletions

View File

@@ -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 */