Blender  V3.3
Public Attributes | List of all members
GPUNodeGraph Struct Reference

#include <gpu_node_graph.h>

Public Attributes

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

Detailed Description

Definition at line 148 of file gpu_node_graph.h.

Member Data Documentation

◆ attributes

ListBase GPUNodeGraph::attributes

Definition at line 163 of file gpu_node_graph.h.

◆ material_functions

ListBase GPUNodeGraph::material_functions

Definition at line 160 of file gpu_node_graph.h.

◆ nodes

ListBase GPUNodeGraph::nodes

Definition at line 150 of file gpu_node_graph.h.

◆ outlink_aovs

ListBase GPUNodeGraph::outlink_aovs

Definition at line 158 of file gpu_node_graph.h.

◆ outlink_displacement

GPUNodeLink* GPUNodeGraph::outlink_displacement

Definition at line 155 of file gpu_node_graph.h.

◆ outlink_surface

GPUNodeLink* GPUNodeGraph::outlink_surface

Definition at line 153 of file gpu_node_graph.h.

◆ outlink_thickness

GPUNodeLink* GPUNodeGraph::outlink_thickness

Definition at line 156 of file gpu_node_graph.h.

◆ outlink_volume

GPUNodeLink* GPUNodeGraph::outlink_volume

Definition at line 154 of file gpu_node_graph.h.

◆ textures

ListBase GPUNodeGraph::textures

Definition at line 164 of file gpu_node_graph.h.

◆ uniform_attrs

GPUUniformAttrList GPUNodeGraph::uniform_attrs

Definition at line 167 of file gpu_node_graph.h.

◆ used_libraries

GSet* GPUNodeGraph::used_libraries

Set of all the GLSL lib code blocks .

Definition at line 170 of file gpu_node_graph.h.

Referenced by GPU_material_from_nodetree().


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