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

#include <gpu_node_graph.h>

Public Attributes

struct GPUNodeGraphOutputLinknext
 
struct GPUNodeGraphOutputLinkprev
 
int hash
 
GPUNodeLinkoutlink
 

Detailed Description

Definition at line 136 of file gpu_node_graph.h.

Member Data Documentation

◆ hash

int GPUNodeGraphOutputLink::hash

Definition at line 138 of file gpu_node_graph.h.

Referenced by GPU_material_add_output_link_aov().

◆ next

struct GPUNodeGraphOutputLink* GPUNodeGraphOutputLink::next

Definition at line 137 of file gpu_node_graph.h.

◆ outlink

GPUNodeLink* GPUNodeGraphOutputLink::outlink

Definition at line 139 of file gpu_node_graph.h.

Referenced by GPU_material_add_output_link_aov().

◆ prev

struct GPUNodeGraphOutputLink * GPUNodeGraphOutputLink::prev

Definition at line 137 of file gpu_node_graph.h.


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