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:
authorJeroen Bakker <j.bakker@atmind.nl>2018-04-18 14:53:22 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-04-18 14:53:22 +0300
commit8a71c139d8b651bf30547236ffc0a2067d45c4d5 (patch)
treed4be5703d26d7d8117d4d3266b3d4cdba345a10f /source/blender/draw/engines/workbench/workbench_private.h
parenta091da7ffad137c114139dd59db79b2d7fbd8006 (diff)
parent9b338e802805bb7dbf981512923d6a1f343fbaa8 (diff)
Merge branch 'blender2.8' into blender2.8-workbench
Diffstat (limited to 'source/blender/draw/engines/workbench/workbench_private.h')
-rw-r--r--source/blender/draw/engines/workbench/workbench_private.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/source/blender/draw/engines/workbench/workbench_private.h b/source/blender/draw/engines/workbench/workbench_private.h
index cec0c2f4bf9..2b328ccbda2 100644
--- a/source/blender/draw/engines/workbench/workbench_private.h
+++ b/source/blender/draw/engines/workbench/workbench_private.h
@@ -41,17 +41,10 @@ typedef struct WORKBENCH_PassList {
struct DRWPass *solid_pass;
} WORKBENCH_PassList;
-typedef struct WORKBENCH_FrameBufferList {
-} WORKBENCH_FrameBufferList;
-
-typedef struct WORKBENCH_TextureList {
-} WORKBENCH_TextureList;
-
-
typedef struct WORKBENCH_Data {
void *engine_type;
- WORKBENCH_FrameBufferList *fbl;
- WORKBENCH_TextureList *txl;
+ DRWViewportEmptyList *fbl;
+ DRWViewportEmptyList *txl;
WORKBENCH_PassList *psl;
WORKBENCH_StorageList *stl;
} WORKBENCH_Data;