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