Blender V4.3
GPUNode Struct Reference

#include <gpu_node_graph.hh>

Public Attributes

GPUNodenext
 
GPUNodeprev
 
const char * name
 
eGPUNodeTag tag
 
ListBase inputs
 
ListBase outputs
 

Detailed Description

Definition at line 68 of file gpu_node_graph.hh.

Member Data Documentation

◆ inputs

ListBase GPUNode::inputs

Definition at line 76 of file gpu_node_graph.hh.

Referenced by gpu_node_input_link().

◆ name

const char* GPUNode::name

Definition at line 71 of file gpu_node_graph.hh.

Referenced by gpu_node_input_link().

◆ next

GPUNode* GPUNode::next

Definition at line 69 of file gpu_node_graph.hh.

◆ outputs

ListBase GPUNode::outputs

Definition at line 77 of file gpu_node_graph.hh.

◆ prev

GPUNode * GPUNode::prev

Definition at line 69 of file gpu_node_graph.hh.

◆ tag

eGPUNodeTag GPUNode::tag

Definition at line 74 of file gpu_node_graph.hh.

Referenced by gpu_nodes_tag().


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