MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Image LoadImageRaw

Method Image LoadImageRaw

include/Functions.hpp:215–218  ·  view source on GitHub ↗

* Load an image from RAW file data */

Source from the content-addressed store, hash-verified

213 * Load an image from RAW file data
214 */
215RLCPP_MAYBEUNUSED RLCPPAPI inline ::Image
216LoadImageRaw(const std::string& fileName, int width, int height, int format, int headerSize) {
217 return ::LoadImageRaw(fileName.c_str(), width, height, format, headerSize);
218}
219
220/**
221 * Load animated image data

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected