rlCopyFramebuffer function
Implementation
Uint8List rlCopyFramebuffer(
num x,
num y,
num width,
num height,
PixelFormat format,
) => _module.rlCopyFramebuffer(x, y, width, height, format);
Uint8List rlCopyFramebuffer(
num x,
num y,
num width,
num height,
PixelFormat format,
) => _module.rlCopyFramebuffer(x, y, width, height, format);