|
Blender V5.0
|
#include <gpu_node_graph.hh>
Public Attributes | |
| GPUNode * | next |
| GPUNode * | prev |
| const char * | name |
| GPUNodeTag | tag |
| ListBase | inputs |
| ListBase | outputs |
| int | zone_index |
| bool | is_zone_end |
Definition at line 66 of file gpu_node_graph.hh.
| ListBase GPUNode::inputs |
Definition at line 74 of file gpu_node_graph.hh.
Referenced by blender::gpu::shader::GPUCodegen::generate_uniform_buffer(), gpu_node_free(), gpu_node_input_link(), gpu_nodes_tag(), and GPU_stack_link_zone().
| bool GPUNode::is_zone_end |
Definition at line 79 of file gpu_node_graph.hh.
Referenced by gpu_node_create(), gpu_nodes_tag(), and GPU_stack_link_zone().
| const char* GPUNode::name |
Definition at line 69 of file gpu_node_graph.hh.
Referenced by gpu_node_create(), and gpu_node_input_link().
| GPUNode* GPUNode::next |
Definition at line 67 of file gpu_node_graph.hh.
| ListBase GPUNode::outputs |
Definition at line 75 of file gpu_node_graph.hh.
Referenced by gpu_node_free(), gpu_node_output(), and GPU_stack_link_zone().
| GPUNode * GPUNode::prev |
Definition at line 67 of file gpu_node_graph.hh.
| GPUNodeTag GPUNode::tag |
Definition at line 72 of file gpu_node_graph.hh.
Referenced by blender::gpu::shader::GPUCodegen::generate_graphs(), and gpu_nodes_tag().
| int GPUNode::zone_index |
Definition at line 78 of file gpu_node_graph.hh.
Referenced by gpu_node_create(), gpu_nodes_tag(), and GPU_stack_link_zone().