gl property

Implementation

OpenGLContextES get gl {
  _gl ??= OpenGLContextES({"gl": _libOpenGLES});
  return _gl;
}