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-07-15 11:34:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-15 11:51:49 +0300
commit09431033e9e2defcea42ffe056632b4bf4fd7a2a (patch)
tree3685376be3ccc092213655b06d041ad9ded105dd /source/blender/editors/curve/editcurve_paint.c
parent52ebbeedc916780d88769ca23e815895d1657e1d (diff)
Cleanup: split GPU_batch
Split out presets and utilities for creating batches. These functions are quite specialized and not related to typical usage.
Diffstat (limited to 'source/blender/editors/curve/editcurve_paint.c')
-rw-r--r--source/blender/editors/curve/editcurve_paint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/curve/editcurve_paint.c b/source/blender/editors/curve/editcurve_paint.c
index ce72a5ffc9f..90f9b2e0569 100644
--- a/source/blender/editors/curve/editcurve_paint.c
+++ b/source/blender/editors/curve/editcurve_paint.c
@@ -50,6 +50,7 @@
#include "BIF_gl.h"
#include "GPU_batch.h"
+#include "GPU_batch_presets.h"
#include "GPU_immediate.h"
#include "GPU_immediate_util.h"
#include "GPU_matrix.h"