|
Blender V4.3
|
#include <gpu_node_graph.hh>
Definition at line 154 of file gpu_node_graph.hh.
| ListBase GPUNodeGraph::attributes |
Definition at line 171 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 178 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 166 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 156 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 164 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 168 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 161 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 159 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 162 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 160 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 172 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 175 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 181 of file gpu_node_graph.hh.
Referenced by GPU_link(), GPU_material_from_callbacks(), GPU_material_from_nodetree(), gpu_node_graph_free(), and gpu_stack_link_v().