|
Blender
V2.93
|
#include <gpu_node_graph.h>
Public Attributes | |
| GPUNodeStack * | socket |
| GPUNodeLinkType | link_type |
| int | users |
| union { | |
| const float * data | |
| eGPUBuiltin builtin | |
| struct GPUTexture ** colorband | |
| struct GPUMaterialVolumeGrid * volume_grid | |
| struct GPUOutput * output | |
| struct GPUMaterialAttribute * attr | |
| struct GPUUniformAttr * uniform_attr | |
| struct GPUMaterialTexture * texture | |
| }; | |
Definition at line 80 of file gpu_node_graph.h.
| union { ... } |
| struct GPUMaterialAttribute* GPUNodeLink::attr |
Definition at line 98 of file gpu_node_graph.h.
Referenced by GPU_attribute(), and gpu_node_input_link().
| eGPUBuiltin GPUNodeLink::builtin |
Definition at line 90 of file gpu_node_graph.h.
Referenced by GPU_builtin(), and gpu_node_input_link().
| struct GPUTexture** GPUNodeLink::colorband |
Definition at line 92 of file gpu_node_graph.h.
| const float* GPUNodeLink::data |
Definition at line 88 of file gpu_node_graph.h.
Referenced by GPU_constant(), gpu_node_input_link(), and GPU_uniform().
| GPUNodeLinkType GPUNodeLink::link_type |
Definition at line 83 of file gpu_node_graph.h.
Referenced by GPU_attribute(), GPU_builtin(), GPU_color_band(), GPU_constant(), GPU_image(), GPU_image_tiled(), GPU_image_tiled_mapping(), gpu_node_input_link(), GPU_uniform(), GPU_uniform_attribute(), and GPU_volume_grid().
| struct GPUOutput* GPUNodeLink::output |
Definition at line 96 of file gpu_node_graph.h.
Referenced by gpu_node_input_link(), gpu_node_link_free(), and gpu_nodes_tag().
| GPUNodeStack* GPUNodeLink::socket |
Definition at line 81 of file gpu_node_graph.h.
Referenced by GPU_stack_link().
| struct GPUMaterialTexture* GPUNodeLink::texture |
Definition at line 102 of file gpu_node_graph.h.
Referenced by GPU_color_band(), GPU_image(), GPU_image_tiled(), GPU_image_tiled_mapping(), and gpu_node_input_link().
| struct GPUUniformAttr* GPUNodeLink::uniform_attr |
Definition at line 100 of file gpu_node_graph.h.
Referenced by gpu_node_input_link(), and GPU_uniform_attribute().
| int GPUNodeLink::users |
Definition at line 84 of file gpu_node_graph.h.
Referenced by gpu_node_input_link(), gpu_node_link_create(), and gpu_node_link_free().
| struct GPUMaterialVolumeGrid* GPUNodeLink::volume_grid |
Definition at line 94 of file gpu_node_graph.h.
Referenced by gpu_node_input_link(), and GPU_volume_grid().