rlCopyFramebuffer function
Implementation
void rlCopyFramebuffer(
int x,
int y,
int width,
int height,
int format,
Pointer<Void> pixels,
) => _module.rlCopyFramebuffer(x, y, width, height, format, pixels);
void rlCopyFramebuffer(
int x,
int y,
int width,
int height,
int format,
Pointer<Void> pixels,
) => _module.rlCopyFramebuffer(x, y, width, height, format, pixels);