| 592 | } |
| 593 | |
| 594 | void ShaderNetworkAlgo::deregisterJoinAdapter( const std::string &destinationShaderType, IECore::TypeId destinationParameterType ) |
| 595 | { |
| 596 | joinAdapters()[destinationShaderType].erase( destinationParameterType ); |
| 597 | } |
| 598 | |
| 599 | ////////////////////////////////////////////////////////////////////////// |
| 600 | // OSL Utilities |