MCPcopy Create free account
hub / github.com/ImageEngine/cortex / Connection

Method Connection

src/IECoreScene/ShaderNetwork.cpp:811–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

809}
810
811ShaderNetwork::Connection::Connection( const Parameter &source, const Parameter &destination )
812 : source( source ), destination( destination )
813{
814}
815
816ShaderNetwork::ShaderNetwork()
817 : m_implementation( new Implementation )

Calls

no outgoing calls