rlVertex2i function

void rlVertex2i(
  1. int x,
  2. int y
)

Implementation

void rlVertex2i(int x, int y) => _module.rlVertex2i(x, y);