ExportImageToMemory function
MemoryPointer<RUnsignedChar>
ExportImageToMemory(
- ImageD image,
- MemoryPointer<
RChar> fileType, - MemoryPointer<
RInt> fileSize
See RaylibCoreFlatModule.ExportImageToMemory.
Implementation
MemoryPointer<RUnsignedChar> ExportImageToMemory(
ImageD image,
MemoryPointer<RChar> fileType,
MemoryPointer<RInt> fileSize,
) => _module.ExportImageToMemory(image, fileType, fileSize);