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