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:
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;