| 301 | ////////////////////////////////////////////////////////////////////////// |
| 302 | |
| 303 | ShaderLoader::ShaderLoader( const IECore::SearchPath &searchPaths, const IECore::SearchPath *preprocessorSearchPaths ) |
| 304 | : m_implementation( new Implementation( searchPaths, preprocessorSearchPaths ) ) |
| 305 | { |
| 306 | } |
| 307 | |
| 308 | ShaderLoader::~ShaderLoader() |
| 309 | { |
no outgoing calls