rlReadScreenPixels function

  1. @Native<Pointer<UnsignedChar> Function(Int, Int)>(ffi.Int, ffi.Int)>()
Pointer<UnsignedChar> rlReadScreenPixels(
  1. int width,
  2. int height
)

Implementation

@ffi.Native<ffi.Pointer<ffi.UnsignedChar> Function(ffi.Int, ffi.Int)>()
external ffi.Pointer<ffi.UnsignedChar> rlReadScreenPixels(
  int width,
  int height,
);