 |
Blender V4.3
|
Go to the documentation of this file.
7#define KERNEL_STRUCT_MEMBER(parent, type, name) KernelData_##parent##_##name,
11#ifdef __KERNEL_METAL__
12# define KERNEL_STRUCT_MEMBER(parent, type, name) \
13 constant type kernel_data_##parent##_##name \
14 [[function_constant(KernelData_##parent##_##name)]];