Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
TextureLoader::TextureLoader( const IECore::SearchPath &searchPaths )
71
: m_searchPaths( searchPaths )
72
{
73
}
74
75
TexturePtr TextureLoader::load( const std::string &name, int maximumResolution )
76
{
Callers
4
testLoadRGB
Method · 0.80
testLoadGreyscale
Method · 0.80
testMaximumTextureResolution
Method · 0.80
testDataWindow
Method · 0.80
Calls
no outgoing calls
Tested by
4
testLoadRGB
Method · 0.64
testLoadGreyscale
Method · 0.64
testMaximumTextureResolution
Method · 0.64
testDataWindow
Method · 0.64