Blender V4.3
GPUNodeGraphFunctionLink Struct Reference

#include <gpu_node_graph.hh>

Public Attributes

GPUNodeGraphFunctionLinknext
 
GPUNodeGraphFunctionLinkprev
 
char name [16]
 
GPUNodeLinkoutlink
 

Detailed Description

Definition at line 148 of file gpu_node_graph.hh.

Member Data Documentation

◆ name

char GPUNodeGraphFunctionLink::name[16]

Definition at line 150 of file gpu_node_graph.hh.

Referenced by GPU_material_split_sub_function().

◆ next

GPUNodeGraphFunctionLink* GPUNodeGraphFunctionLink::next

Definition at line 149 of file gpu_node_graph.hh.

◆ outlink

GPUNodeLink* GPUNodeGraphFunctionLink::outlink

Definition at line 151 of file gpu_node_graph.hh.

Referenced by GPU_material_split_sub_function().

◆ prev

GPUNodeGraphFunctionLink * GPUNodeGraphFunctionLink::prev

Definition at line 149 of file gpu_node_graph.hh.


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