|
Blender V5.0
|
#include <gpu_node_graph.hh>
Definition at line 169 of file gpu_node_graph.hh.
| ListBase GPUNodeGraph::attributes |
Definition at line 186 of file gpu_node_graph.hh.
Referenced by GPU_material_attributes(), gpu_node_graph_add_attribute(), gpu_node_graph_free(), and gpu_node_graph_prune_unused().
| ListBase GPUNodeGraph::layer_attrs |
Definition at line 193 of file gpu_node_graph.hh.
Referenced by GPU_material_layer_attributes(), gpu_node_graph_add_layer_attribute(), gpu_node_graph_free(), and gpu_node_graph_prune_unused().
| ListBase GPUNodeGraph::material_functions |
Definition at line 181 of file gpu_node_graph.hh.
Referenced by GPU_material_split_sub_function(), gpu_node_graph_free(), and gpu_node_graph_prune_unused().
| ListBase GPUNodeGraph::nodes |
Definition at line 171 of file gpu_node_graph.hh.
Referenced by GPU_link(), gpu_node_graph_free_nodes(), gpu_node_graph_optimize(), gpu_node_graph_prune_unused(), gpu_nodes_tag(), gpu_stack_link_v(), and GPU_stack_link_zone().
| ListBase GPUNodeGraph::outlink_aovs |
Definition at line 179 of file gpu_node_graph.hh.
Referenced by GPU_material_add_output_link_aov(), gpu_node_graph_free(), and gpu_node_graph_prune_unused().
| ListBase GPUNodeGraph::outlink_compositor |
Definition at line 183 of file gpu_node_graph.hh.
Referenced by GPU_material_add_output_link_composite(), gpu_node_graph_free(), and gpu_node_graph_prune_unused().
| GPUNodeLink* GPUNodeGraph::outlink_displacement |
Definition at line 176 of file gpu_node_graph.hh.
Referenced by GPU_material_output_displacement(), gpu_node_graph_free_nodes(), and gpu_node_graph_prune_unused().
| GPUNodeLink* GPUNodeGraph::outlink_surface |
Definition at line 174 of file gpu_node_graph.hh.
Referenced by GPU_material_output_surface(), gpu_node_graph_free_nodes(), and gpu_node_graph_prune_unused().
| GPUNodeLink* GPUNodeGraph::outlink_thickness |
Definition at line 177 of file gpu_node_graph.hh.
Referenced by GPU_material_output_thickness(), gpu_node_graph_free_nodes(), and gpu_node_graph_prune_unused().
| GPUNodeLink* GPUNodeGraph::outlink_volume |
Definition at line 175 of file gpu_node_graph.hh.
Referenced by GPU_material_output_volume(), gpu_node_graph_free_nodes(), and gpu_node_graph_prune_unused().
| ListBase GPUNodeGraph::textures |
Definition at line 187 of file gpu_node_graph.hh.
Referenced by GPU_material_textures(), gpu_node_graph_add_texture(), gpu_node_graph_free(), and gpu_node_graph_prune_unused().
| GPUUniformAttrList GPUNodeGraph::uniform_attrs |
Definition at line 190 of file gpu_node_graph.hh.
Referenced by GPU_material_uniform_attributes(), gpu_node_graph_add_uniform_attribute(), gpu_node_graph_finalize_uniform_attrs(), gpu_node_graph_free(), and gpu_node_graph_prune_unused().