SmartEngine  1.6.0
Public Attributes | List of all members
SmartEngine::StopGradientNodeCInfo Struct Reference

Data used to construct a stop gradient node instance More...

#include <CommonNodes.h>

Inheritance diagram for SmartEngine::StopGradientNodeCInfo:
SmartEngine::GraphNodeCInfo

Public Attributes

IGraphNodeinput = nullptr
 This input is passed through directly to the output of this node. More...
 
- Public Attributes inherited from SmartEngine::GraphNodeCInfo
const char * name = nullptr
 The name of this node. More...
 
IContextcontext = nullptr
 Context this node belongs to. Only graph nodes of the same context can be connected. More...
 

Detailed Description

Data used to construct a stop gradient node instance

Member Data Documentation

◆ input

IGraphNode* SmartEngine::StopGradientNodeCInfo::input = nullptr

This input is passed through directly to the output of this node.