Blender V4.3
GPUOutput Struct Reference

#include <gpu_node_graph.hh>

Public Attributes

GPUOutputnext
 
GPUOutputprev
 
GPUNodenode
 
eGPUType type
 
GPUNodeLinklink
 
int id
 

Detailed Description

Definition at line 106 of file gpu_node_graph.hh.

Member Data Documentation

◆ id

int GPUOutput::id

Definition at line 112 of file gpu_node_graph.hh.

◆ link

GPUNodeLink* GPUOutput::link

Definition at line 111 of file gpu_node_graph.hh.

Referenced by gpu_node_link_free().

◆ next

GPUOutput* GPUOutput::next

Definition at line 107 of file gpu_node_graph.hh.

◆ node

GPUNode* GPUOutput::node

Definition at line 109 of file gpu_node_graph.hh.

Referenced by gpu_node_input_link(), and gpu_nodes_tag().

◆ prev

GPUOutput * GPUOutput::prev

Definition at line 107 of file gpu_node_graph.hh.

◆ type

eGPUType GPUOutput::type

Definition at line 110 of file gpu_node_graph.hh.


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