Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ Image LoadImage
Method
Image LoadImage
include/Functions.hpp:208–210 ·
view source on GitHub ↗
* Load an image. */
Source
from the content-addressed store, hash-verified
206
* Load an image.
207
*/
208
RLCPP_MAYBEUNUSED RLCPPAPI inline ::Image LoadImage(const std::string& fileName) {
209
return ::LoadImage(fileName.c_str());
210
}
211
212
/**
213
* Load an image from RAW file data
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected