Blender V4.3
GPUNodeGraph Struct Reference

#include <gpu_node_graph.hh>

Public Attributes

ListBase nodes
 
GPUNodeLinkoutlink_surface
 
GPUNodeLinkoutlink_volume
 
GPUNodeLinkoutlink_displacement
 
GPUNodeLinkoutlink_thickness
 
ListBase outlink_aovs
 
ListBase material_functions
 
ListBase outlink_compositor
 
ListBase attributes
 
ListBase textures
 
GPUUniformAttrList uniform_attrs
 
ListBase layer_attrs
 
GSetused_libraries
 

Detailed Description

Definition at line 154 of file gpu_node_graph.hh.

Member Data Documentation

◆ attributes

ListBase GPUNodeGraph::attributes

Definition at line 171 of file gpu_node_graph.hh.

◆ layer_attrs

ListBase GPUNodeGraph::layer_attrs

Definition at line 178 of file gpu_node_graph.hh.

◆ material_functions

ListBase GPUNodeGraph::material_functions

Definition at line 166 of file gpu_node_graph.hh.

◆ nodes

ListBase GPUNodeGraph::nodes

Definition at line 156 of file gpu_node_graph.hh.

◆ outlink_aovs

ListBase GPUNodeGraph::outlink_aovs

Definition at line 164 of file gpu_node_graph.hh.

◆ outlink_compositor

ListBase GPUNodeGraph::outlink_compositor

Definition at line 168 of file gpu_node_graph.hh.

◆ outlink_displacement

GPUNodeLink* GPUNodeGraph::outlink_displacement

Definition at line 161 of file gpu_node_graph.hh.

◆ outlink_surface

GPUNodeLink* GPUNodeGraph::outlink_surface

Definition at line 159 of file gpu_node_graph.hh.

◆ outlink_thickness

GPUNodeLink* GPUNodeGraph::outlink_thickness

Definition at line 162 of file gpu_node_graph.hh.

◆ outlink_volume

GPUNodeLink* GPUNodeGraph::outlink_volume

Definition at line 160 of file gpu_node_graph.hh.

◆ textures

ListBase GPUNodeGraph::textures

Definition at line 172 of file gpu_node_graph.hh.

◆ uniform_attrs

GPUUniformAttrList GPUNodeGraph::uniform_attrs

Definition at line 175 of file gpu_node_graph.hh.

◆ used_libraries

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_material_from_callbacks(), and GPU_material_from_nodetree().


The documentation for this struct was generated from the following file: