Blender  V3.3
Public Attributes | List of all members
GPUOutput Struct Reference

#include <gpu_node_graph.h>

Public Attributes

struct GPUOutputnext
 
struct GPUOutputprev
 
GPUNodenode
 
eGPUType type
 
GPUNodeLinklink
 
int id
 

Detailed Description

Definition at line 102 of file gpu_node_graph.h.

Member Data Documentation

◆ id

int GPUOutput::id

Definition at line 108 of file gpu_node_graph.h.

◆ link

GPUNodeLink* GPUOutput::link

Definition at line 107 of file gpu_node_graph.h.

Referenced by gpu_node_link_free().

◆ next

struct GPUOutput* GPUOutput::next

Definition at line 103 of file gpu_node_graph.h.

◆ node

GPUNode* GPUOutput::node

Definition at line 105 of file gpu_node_graph.h.

Referenced by gpu_node_input_link(), and gpu_nodes_tag().

◆ prev

struct GPUOutput * GPUOutput::prev

Definition at line 103 of file gpu_node_graph.h.

◆ type

eGPUType GPUOutput::type

Definition at line 106 of file gpu_node_graph.h.


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