| 903 | } |
| 904 | |
| 905 | ShaderNetwork::Parameter ShaderNetwork::input( const Parameter &destination ) const |
| 906 | { |
| 907 | return implementation()->input( destination ); |
| 908 | } |
| 909 | |
| 910 | ShaderNetwork::ConnectionRange ShaderNetwork::inputConnections( const IECore::InternedString &handle ) const |
| 911 | { |
no outgoing calls