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:
authorClément Foucault <foucault.clem@gmail.com>2019-04-19 19:52:38 +0300
committerClément Foucault <foucault.clem@gmail.com>2019-04-19 19:52:38 +0300
commit3368df4ab6eab69cc7aec30fccb2ac806c45bbe4 (patch)
tree715f82a4b6909f427e283b870199ea3d7b340c35 /source/blender/makesdna/DNA_userdef_types.h
parent7e4db169f2ab8dd62281f0b42a6f7e33be5f32d6 (diff)
DRW: Expose VBO garbage collection timings
This adds user side options to tweak the behavior of the vbo garbage collection.
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 57d685b527c..c831c14eeaf 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -643,9 +643,9 @@ typedef struct UserDef {
char _pad3[4];
short gizmo_flag, gizmo_size;
short edit_studio_light;
- char _pad6[4];
+ char _pad6[2];
+ short vbotimeout, vbocollectrate;
short textimeout, texcollectrate;
- char _pad14[2];
int memcachelimit;
int prefetchframes;
/** Control the rotation step of the view when PAD2, PAD4, PAD6&PAD8 is use. */