Blender V5.0
GPUOutput Struct Reference

#include <gpu_node_graph.hh>

Public Attributes

GPUOutputnext
GPUOutputprev
GPUNodenode
GPUType type
GPUNodeLinklink
int id
bool is_zone_io
bool is_duplicate

Detailed Description

Definition at line 111 of file gpu_node_graph.hh.

Member Data Documentation

◆ id

int GPUOutput::id

Definition at line 117 of file gpu_node_graph.hh.

◆ is_duplicate

bool GPUOutput::is_duplicate

Definition at line 122 of file gpu_node_graph.hh.

◆ is_zone_io

bool GPUOutput::is_zone_io

Definition at line 120 of file gpu_node_graph.hh.

◆ link

GPUNodeLink* GPUOutput::link

Definition at line 116 of file gpu_node_graph.hh.

Referenced by gpu_node_link_free().

◆ next

GPUOutput* GPUOutput::next

Definition at line 112 of file gpu_node_graph.hh.

◆ node

GPUNode* GPUOutput::node

Definition at line 114 of file gpu_node_graph.hh.

Referenced by gpu_node_input_link(), and gpu_nodes_tag().

◆ prev

GPUOutput * GPUOutput::prev

Definition at line 112 of file gpu_node_graph.hh.

◆ type

GPUType GPUOutput::type

Definition at line 115 of file gpu_node_graph.hh.


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