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

Method ShaderLoader

src/IECoreGL/ShaderLoader.cpp:303–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by 6

testMethod · 0.64
testPreprocessingMethod · 0.64
testClearMethod · 0.64