loop abstract method

void loop(
  1. R rl
)

Called once per frame while shouldClose returns false.

Implementation

void loop(R rl);