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>2019-11-18 08:39:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-11-18 08:39:01 +0300
commitdfc232f892c38758c9d03cf33fb0300dce9dc02c (patch)
treec83be599241f38441a374f779fc5000a050f63a4 /source/blender/draw
parent6d9d24e3d4592a628e56fc10b177af63336474c4 (diff)
parent321afe0cd61fbb1c5c4d778fa7564584b46c548c (diff)
Merge branch 'blender-v2.81-release'
Diffstat (limited to 'source/blender/draw')
-rw-r--r--source/blender/draw/intern/draw_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/draw/intern/draw_manager.h b/source/blender/draw/intern/draw_manager.h
index 709116c78e5..ce8155dc85f 100644
--- a/source/blender/draw/intern/draw_manager.h
+++ b/source/blender/draw/intern/draw_manager.h
@@ -409,7 +409,10 @@ typedef struct DRWCommandSmallChunk {
DRWCommand commands[6];
} DRWCommandSmallChunk;
+/* Only true for 64-bit platforms. */
+#ifdef __LP64__
BLI_STATIC_ASSERT_ALIGN(DRWCommandChunk, 16);
+#endif
/* ------------- DRAW DEBUG ------------ */