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

#include <gpu_node_graph.h>

Public Attributes

struct GPUNodenext
 
struct GPUNodeprev
 
const char * name
 
eGPUNodeTag tag
 
ListBase inputs
 
ListBase outputs
 

Detailed Description

Definition at line 66 of file gpu_node_graph.h.

Member Data Documentation

◆ inputs

ListBase GPUNode::inputs

Definition at line 74 of file gpu_node_graph.h.

Referenced by gpu_node_input_link().

◆ name

const char* GPUNode::name

Definition at line 69 of file gpu_node_graph.h.

Referenced by gpu_node_input_link().

◆ next

struct GPUNode* GPUNode::next

Definition at line 67 of file gpu_node_graph.h.

◆ outputs

ListBase GPUNode::outputs

Definition at line 75 of file gpu_node_graph.h.

◆ prev

struct GPUNode * GPUNode::prev

Definition at line 67 of file gpu_node_graph.h.

◆ tag

eGPUNodeTag GPUNode::tag

Definition at line 72 of file gpu_node_graph.h.


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