ExportImageToMemory function

MemoryPointer<RUnsignedChar> ExportImageToMemory(
  1. ImageD image,
  2. MemoryPointer<RChar> fileType,
  3. MemoryPointer<RInt> fileSize
)

See RaylibCoreFlatModule.ExportImageToMemory.

Implementation

MemoryPointer<RUnsignedChar> ExportImageToMemory(
  ImageD image,
  MemoryPointer<RChar> fileType,
  MemoryPointer<RInt> fileSize,
) => _module.ExportImageToMemory(image, fileType, fileSize);