ExportImage function
See RaylibCoreFlatModule.ExportImage.
Implementation
bool ExportImage(
ImageD image,
MemoryPointer<RChar> fileName,
) => _module.ExportImage(image, fileName);
See RaylibCoreFlatModule.ExportImage.
bool ExportImage(
ImageD image,
MemoryPointer<RChar> fileName,
) => _module.ExportImage(image, fileName);