Kemena3D
Loading...
Searching...
No Matches
kemena::kShaderLink Struct Reference

A directed edge connecting an output pin to an input pin. More...

#include <kshadernode.h>

Public Attributes

int id = 0
 Unique link id within the graph.
int fromNode = 0
int fromPin = 0
 Source node id and output pin id.
int toNode = 0
int toPin = 0
 Destination node id and input pin id.

Detailed Description

A directed edge connecting an output pin to an input pin.

Member Data Documentation

◆ fromNode

int kemena::kShaderLink::fromNode = 0

◆ fromPin

int kemena::kShaderLink::fromPin = 0

Source node id and output pin id.

◆ id

int kemena::kShaderLink::id = 0

Unique link id within the graph.

◆ toNode

int kemena::kShaderLink::toNode = 0

◆ toPin

int kemena::kShaderLink::toPin = 0

Destination node id and input pin id.


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