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

Method TextureLoader

src/IECoreGL/TextureLoader.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68#endif
69
70TextureLoader::TextureLoader( const IECore::SearchPath &searchPaths )
71 : m_searchPaths( searchPaths )
72{
73}
74
75TexturePtr TextureLoader::load( const std::string &name, int maximumResolution )
76{

Callers 4

testLoadRGBMethod · 0.80
testLoadGreyscaleMethod · 0.80
testDataWindowMethod · 0.80

Calls

no outgoing calls

Tested by 4

testLoadRGBMethod · 0.64
testLoadGreyscaleMethod · 0.64
testDataWindowMethod · 0.64