Blender
V5.0
intern
cycles
util
Macros
static_assert.h File Reference
Go to the source code of this file.
Macros
#define
static_assert_align
(st, align)
Macro Definition Documentation
◆
static_assert_align
#define static_assert_align
(
st
,
align
)
Value:
static_assert
((
sizeof
(st) % (align) == 0),
"Structure must be strictly aligned"
)
Definition at line
19
of file
device/cpu/globals.h
.
Generated on
for Blender by
doxygen
1.16.1