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

Method ExportToMemory

include/Image.hpp:305–307  ·  view source on GitHub ↗

* Export image to memory buffer */

Source from the content-addressed store, hash-verified

303 * Export image to memory buffer
304 */
305 unsigned char* ExportToMemory(const char* fileType, int* fileSize) {
306 return ::ExportImageToMemory(*this, fileType, fileSize);
307 }
308
309 /**
310 * Export image as code file defining an array of bytes, returns true on success

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected