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

#include <gpu_node_graph.h>

Public Attributes

struct GPUNodeGraphFunctionLinknext
 
struct GPUNodeGraphFunctionLinkprev
 
char name [16]
 
GPUNodeLinkoutlink
 

Detailed Description

Definition at line 142 of file gpu_node_graph.h.

Member Data Documentation

◆ name

char GPUNodeGraphFunctionLink::name[16]

Definition at line 144 of file gpu_node_graph.h.

Referenced by GPU_material_split_sub_function().

◆ next

struct GPUNodeGraphFunctionLink* GPUNodeGraphFunctionLink::next

Definition at line 143 of file gpu_node_graph.h.

◆ outlink

GPUNodeLink* GPUNodeGraphFunctionLink::outlink

Definition at line 145 of file gpu_node_graph.h.

Referenced by GPU_material_split_sub_function().

◆ prev

struct GPUNodeGraphFunctionLink * GPUNodeGraphFunctionLink::prev

Definition at line 143 of file gpu_node_graph.h.


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