gl top-level property

Gl gl
getter/setter pair

Global object of a class of binders of a dynamic library opengl32.dll/libgl.so

Can be initialised manually. Example: gl = Gl(customPath: "<path-to-gl-file>", version: GlVersion.GL_VERSION_X_X);

Implementation

Gl gl = Gl();