rlReadScreenPixels function
Implementation
MemoryPointer<RUnsignedChar> rlReadScreenPixels(
int width,
int height,
) => _module.rlReadScreenPixels(width, height);
MemoryPointer<RUnsignedChar> rlReadScreenPixels(
int width,
int height,
) => _module.rlReadScreenPixels(width, height);