Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ getBitmapsPath
Function
getBitmapsPath
radiantcore/shaders/MapExpression.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
const std::string IMAGE_WHITE =
"_white.bmp"
;
39
40
inline std::string getBitmapsPath()
41
{
42
return module::GlobalModuleRegistry().getApplicationContext().getBitmapsPath();
43
}
44
}
45
46
namespace shaders
Callers
1
getImage
Method · 0.70
Calls
1
getBitmapsPath
Method · 0.80
Tested by
no test coverage detected