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

Function ExportImageAsCode

include/Functions.hpp:245–247  ·  view source on GitHub ↗

* Export image as code file (.h) defining an array of bytes */

Source from the content-addressed store, hash-verified

243 * Export image as code file (.h) defining an array of bytes
244 */
245RLCPP_MAYBEUNUSED RLCPPAPI inline bool ExportImageAsCode(const Image& image, const std::string& fileName) {
246 return ::ExportImageAsCode(image, fileName.c_str());
247}
248
249/**
250 * Draw text (using default font)

Callers 1

ExportAsCodeMethod · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected