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>2017-05-02 17:45:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-05-02 17:45:10 +0300
commit2b0f02057f457acec1ed9444ee7d833ab26d0d33 (patch)
tree8950524c178e5464423568cedb1b9b8fb74a2130 /source/blender/draw/DRW_engine.h
parent47239b40419750f0ad8284ba1de1012a638660fb (diff)
Draw Manager: split DRW_draw_view into 2 functions
Needed for offscreen render
Diffstat (limited to 'source/blender/draw/DRW_engine.h')
-rw-r--r--source/blender/draw/DRW_engine.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/draw/DRW_engine.h b/source/blender/draw/DRW_engine.h
index 62dae9b3e7b..6b3aee73229 100644
--- a/source/blender/draw/DRW_engine.h
+++ b/source/blender/draw/DRW_engine.h
@@ -63,6 +63,10 @@ void DRW_engine_viewport_data_size_get(
int *r_fbl_len, int *r_txl_len, int *r_psl_len, int *r_stl_len);
void DRW_draw_view(const struct bContext *C);
+
+void DRW_draw_render_loop(
+ struct Depsgraph *graph,
+ struct View3D *v3d, struct ARegion *ar);
void DRW_draw_select_loop(
struct Depsgraph *graph,
struct View3D *v3d, struct ARegion *ar,