Blender V4.5
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 66 of file gpu_node_graph.hh.

Member Data Documentation

◆ inputs

◆ name

const char* GPUNode::name

Definition at line 69 of file gpu_node_graph.hh.

Referenced by gpu_node_create(), and gpu_node_input_link().

◆ next

GPUNode* GPUNode::next

Definition at line 67 of file gpu_node_graph.hh.

◆ outputs

ListBase GPUNode::outputs

Definition at line 75 of file gpu_node_graph.hh.

Referenced by gpu_node_free(), and gpu_node_output().

◆ prev

GPUNode * GPUNode::prev

Definition at line 67 of file gpu_node_graph.hh.

◆ tag

eGPUNodeTag GPUNode::tag

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