rlGetVersion method

int rlGetVersion()

Get current OpenGL version

Implementation

int rlGetVersion() => run(
  () => _debugLabels.rlGetVersion(),
  () => _flat.rlGetVersion(),
);