|
Blender V4.5
|
#include <gpu_node_graph.hh>
Definition at line 155 of file gpu_node_graph.hh.
| ListBase GPUNodeGraph::attributes |
Definition at line 172 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 179 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 167 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 157 of file gpu_node_graph.hh.
Referenced by GPU_link(), gpu_node_graph_free_nodes(), gpu_node_graph_optimize(), gpu_node_graph_prune_unused(), and gpu_stack_link_v().
| ListBase GPUNodeGraph::outlink_aovs |
Definition at line 165 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 169 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 162 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 160 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 163 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 161 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 173 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 176 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().
| GSet* GPUNodeGraph::used_libraries |
Set of all the GLSL lib code blocks.
Definition at line 182 of file gpu_node_graph.hh.
Referenced by GPU_link(), gpu_node_graph_free(), and gpu_stack_link_v().