ShaderNode: Add texture support

This commit is contained in:
Lynix
2020-05-22 15:39:10 +02:00
parent effaa9b88f
commit 33c8fe2562
20 changed files with 493 additions and 260 deletions

View File

@@ -17,7 +17,7 @@ class ShaderNode : public QtNodes::NodeDataModel
inline ShaderGraph& GetGraph();
inline const ShaderGraph& GetGraph() const;
void setInData(std::shared_ptr<QtNodes::NodeData>, int) override {};
void setInData(std::shared_ptr<QtNodes::NodeData>, int) override;
private:
ShaderGraph& m_graph;