|
Blender V4.3
|
#include "kernel/svm/node_types_template.h"Go to the source code of this file.
Macros | |
| #define | KERNEL_STRUCT_BEGIN(name, parent) |
| #define | KERNEL_STRUCT_END(name) |
| #define | KERNEL_STRUCT_MEMBER(parent, type, name) |
| #define | SHADER_NODE_TYPE(type) KERNEL_STRUCT_MEMBER(svm_usage, int, type) |
| #define KERNEL_STRUCT_BEGIN | ( | name, | |
| parent ) |
Definition at line 6 of file data_template.h.
| #define KERNEL_STRUCT_END | ( | name | ) |
Definition at line 9 of file data_template.h.
| #define KERNEL_STRUCT_MEMBER | ( | parent, | |
| type, | |||
| name ) |
Definition at line 12 of file data_template.h.
| #define SHADER_NODE_TYPE | ( | type | ) | KERNEL_STRUCT_MEMBER(svm_usage, int, type) |
Definition at line 234 of file data_template.h.