Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ getBitmapsPath
Function
getBitmapsPath
radiantcore/shaders/MaterialManager.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
const std::string IMAGE_BLACK =
"_black.bmp"
;
32
33
inline std::string getBitmapsPath()
34
{
35
return module::GlobalModuleRegistry().getApplicationContext().getBitmapsPath();
36
}
37
38
}
39
Callers
1
getDefaultInteractionTexture
Method · 0.70
Calls
1
getBitmapsPath
Method · 0.80
Tested by
no test coverage detected