gl property

dynamic gl
override

Implementation

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