Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuscu committed Sep 25, 2024
1 parent 8d5ec6b commit e28bb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodegraph/include/nodegraph/core/NodeGraphData.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace l::nodegraph {
enum class OutputType {
Default, // node will be processed if it is connected to the groups output by some route
ExternalOutput, // node does not have meaningful output for other nodes but should still be processed (ex speaker output only has input)
ExternalVisualOutput,
ExternalVisualOutput, // node has visual output that requires special handling, for example the graph plot node
};

std::pair<float, float> GetInputBounds(InputBound bound);
Expand Down

0 comments on commit e28bb42

Please sign in to comment.