rlglInit function

void rlglInit(
  1. int width,
  2. int height
)

Implementation

void rlglInit(
  int width,
  int height,
) => _module.rlglInit(width, height);