|
Blender V4.3
|
Go to the source code of this file.
Macros | |
| #define | OSL_CLOSURE_STRUCT_BEGIN(Upper, lower) |
| #define | OSL_CLOSURE_STRUCT_END(Upper, lower) |
| #define | OSL_CLOSURE_STRUCT_MEMBER(Upper, TYPE, type, name, key) |
| #define | OSL_CLOSURE_STRUCT_ARRAY_MEMBER(Upper, TYPE, type, name, key, size) |
| #define OSL_CLOSURE_STRUCT_ARRAY_MEMBER | ( | Upper, | |
| TYPE, | |||
| type, | |||
| name, | |||
| key, | |||
| size ) |
Definition at line 15 of file closures_template.h.
| #define OSL_CLOSURE_STRUCT_BEGIN | ( | Upper, | |
| lower ) |
Definition at line 6 of file closures_template.h.
| #define OSL_CLOSURE_STRUCT_END | ( | Upper, | |
| lower ) |
Definition at line 9 of file closures_template.h.
| #define OSL_CLOSURE_STRUCT_MEMBER | ( | Upper, | |
| TYPE, | |||
| type, | |||
| name, | |||
| key ) |
Definition at line 12 of file closures_template.h.