|
Blender V4.5
|
#include <gpu_node_graph.hh>
Classes | |
| union | [union].__unnamed0__ |
Public Attributes | |
| GPUNodeStack * | socket |
| GPUNodeLinkType | link_type |
| int | users |
| union | |
Definition at line 78 of file gpu_node_graph.hh.
| GPUNodeLinkType GPUNodeLink::link_type |
Definition at line 81 of file gpu_node_graph.hh.
Referenced by GPU_attribute(), GPU_attribute_default_color(), GPU_attribute_hair_length(), GPU_attribute_with_default(), GPU_color_band(), GPU_constant(), GPU_differentiate_float_function(), GPU_image(), GPU_image_sky(), GPU_layer_attribute(), gpu_node_input_link(), GPU_uniform(), and GPU_uniform_attribute().
| GPUNodeStack* GPUNodeLink::socket |
Definition at line 79 of file gpu_node_graph.hh.
Referenced by gpu_stack_link_v().
| int GPUNodeLink::users |
Definition at line 82 of file gpu_node_graph.hh.
Referenced by gpu_node_input_link(), gpu_node_link_create(), and gpu_node_link_free().