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