LoadImageRaw function

ImageD LoadImageRaw(
  1. MemoryPointer<RChar> fileName,
  2. int width,
  3. int height,
  4. int format,
  5. int headerSize,
)

See RaylibCoreFlatModule.LoadImageRaw.

Implementation

ImageD LoadImageRaw(
  MemoryPointer<RChar> fileName,
  int width,
  int height,
  int format,
  int headerSize,
) => _module.LoadImageRaw(fileName, width, height, format, headerSize);