A class encapsulating the EGL context. The class also contains
static methods used to obtain instances of the EGL
and GL interfaces.
An EGLContext is obtained from EGL using the
eglCreateContext function, and destroyed using the
eglDestroyContext function. Its main role is as a
parameter to eglMakeCurrent . |