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