| 898 | } |
| 899 | |
| 900 | void ShaderNetwork::removeConnection( const Connection &connection ) |
| 901 | { |
| 902 | implementation()->removeConnection( connection ); |
| 903 | } |
| 904 | |
| 905 | ShaderNetwork::Parameter ShaderNetwork::input( const Parameter &destination ) const |
| 906 | { |
no outgoing calls