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-04-27 21:33:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-27 21:54:04 +0300
commita680bcd13bc306dbc97fd3889718238117a8f992 (patch)
tree4c3bbbc537d71b2bbe081e3730cfeee14dc44ca7 /source/blender/gpu/GPU_viewport.h
parente4d856e31b2719c8ab9796495c1ac7aa48870246 (diff)
Draw Manager: basic text overlay support
Diffstat (limited to 'source/blender/gpu/GPU_viewport.h')
-rw-r--r--source/blender/gpu/GPU_viewport.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/gpu/GPU_viewport.h b/source/blender/gpu/GPU_viewport.h
index f1a4e0bbcdb..93bf96a5830 100644
--- a/source/blender/gpu/GPU_viewport.h
+++ b/source/blender/gpu/GPU_viewport.h
@@ -66,6 +66,9 @@ typedef struct ViewportEngineData {
PassList *psl;
StorageList *stl;
+ /* we may want to put this elsewhere */
+ struct DRWTextStore *text_draw_cache;
+
/* Profiling data */
double init_time;
double cache_time;