| 878 | } |
| 879 | |
| 880 | const IECoreScene::Shader *ShaderNetwork::outputShader() const |
| 881 | { |
| 882 | return implementation()->outputShader(); |
| 883 | } |
| 884 | |
| 885 | void ShaderNetwork::hashSubstitutions( const CompoundObject *attributes, MurmurHash &h ) const |
| 886 | { |
no outgoing calls