rlViewport function

void rlViewport(
  1. int x,
  2. int y,
  3. int width,
  4. int height,
)

Implementation

void rlViewport(int x, int y, int width, int height) => _module.rlViewport(x, y, width, height);