rlCopyFramebuffer function
void
rlCopyFramebuffer()
See RaylibRlglFlatModule.rlCopyFramebuffer.
Implementation
void rlCopyFramebuffer(
int x,
int y,
int width,
int height,
int format,
MemoryPointer<RVoid> pixels,
) => _module.rlCopyFramebuffer(x, y, width, height, format, pixels);