14 class MaterialGraphNode;
Definition GraphSocket.hpp:46
Definition MaterialGraphNode.hpp:18
Definition MaterialGraphSocket.hpp:24
virtual bool isCompatibleWith(const MaterialGraphSocket &other)
Determines whether the given socket is compatible with this socket.
MaterialGraphSocket(MaterialGraphNode &node, GraphSocketDirection direction, MaterialGraphSocketType type)
Creates a new material graph socket.
MaterialGraphSocketType mType
The socket in/output type.
Definition MaterialGraphSocket.hpp:29
Definition Application.hpp:19
MaterialGraphSocketType
Specifies the type of a value connected in a material graph node.
Definition MaterialGraphSocket.hpp:17
GraphSocketDirection
Enumeration that determines the direction of a socket.
Definition GraphSocket.hpp:21
float Float
Definition DataTypes.hpp:32
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25