|
Blender V4.3
|
#include <FN_lazy_function.hh>
Public Member Functions | |
| Output (const char *debug_name, const CPPType &type) | |
Public Attributes | |
| const char * | debug_name |
| const CPPType * | type = nullptr |
Definition at line 254 of file FN_lazy_function.hh.
|
inline |
Definition at line 265 of file FN_lazy_function.hh.
| const char* blender::fn::lazy_function::Output::debug_name |
Name used for debugging purposes. The string has to be static or has to be owned by something else.
Definition at line 259 of file FN_lazy_function.hh.
| const CPPType* blender::fn::lazy_function::Output::type = nullptr |
Data type of this output.
Definition at line 263 of file FN_lazy_function.hh.
Referenced by blender::nodes::execute_geometry_nodes_on_geometry().