Blender V5.0
GPUNode Struct Reference

#include <gpu_node_graph.hh>

Public Attributes

GPUNodenext
GPUNodeprev
const char * name
GPUNodeTag tag
ListBase inputs
ListBase outputs
int zone_index
bool is_zone_end

Detailed Description

Definition at line 66 of file gpu_node_graph.hh.

Member Data Documentation

◆ inputs

◆ is_zone_end

bool GPUNode::is_zone_end

Definition at line 79 of file gpu_node_graph.hh.

Referenced by gpu_node_create(), gpu_nodes_tag(), and GPU_stack_link_zone().

◆ 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(), gpu_node_output(), and GPU_stack_link_zone().

◆ prev

GPUNode * GPUNode::prev

Definition at line 67 of file gpu_node_graph.hh.

◆ tag

GPUNodeTag GPUNode::tag

◆ zone_index

int GPUNode::zone_index

Definition at line 78 of file gpu_node_graph.hh.

Referenced by gpu_node_create(), gpu_nodes_tag(), and GPU_stack_link_zone().


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