MCPcopy Create free account
hub / github.com/ImageEngine/cortex / deregisterJoinAdapter

Method deregisterJoinAdapter

src/IECoreScene/ShaderNetworkAlgo.cpp:594–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

deregisterAdaptorsMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by 1

deregisterAdaptorsMethod · 0.64