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:
authorClément Foucault <foucault.clem@gmail.com>2019-05-08 00:02:42 +0300
committerClément Foucault <foucault.clem@gmail.com>2019-05-08 18:52:48 +0300
commit05b0f52aa78344a4a74b816fd1d025aa344ec28c (patch)
treef2a35649d8d8145ba3c28595fe8265a537fdfaea /source/blender/draw/intern/draw_cache_impl_displist.c
parent0b88cd5032ab7d538f884083298390bf5d59bacc (diff)
DRW: Move all batch request functions to own header
This is in order to using BLI_INLINE for thoses functions and keep headers cleany separated.
Diffstat (limited to 'source/blender/draw/intern/draw_cache_impl_displist.c')
-rw-r--r--source/blender/draw/intern/draw_cache_impl_displist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/draw/intern/draw_cache_impl_displist.c b/source/blender/draw/intern/draw_cache_impl_displist.c
index ea394359b05..6825b52963b 100644
--- a/source/blender/draw/intern/draw_cache_impl_displist.c
+++ b/source/blender/draw/intern/draw_cache_impl_displist.c
@@ -37,6 +37,8 @@
#include "GPU_batch.h"
#include "GPU_extensions.h"
+#include "draw_cache_inline.h"
+
#include "draw_cache_impl.h" /* own include */
static int dl_vert_len(const DispList *dl)