From a680bcd13bc306dbc97fd3889718238117a8f992 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 28 Apr 2017 04:33:58 +1000 Subject: Draw Manager: basic text overlay support --- source/blender/gpu/GPU_viewport.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/gpu/GPU_viewport.h') 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; -- cgit v1.2.3