
javax.microedition.khronos.egl.EGLContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opengl-api Show documentation
Show all versions of opengl-api Show documentation
The Android implementation of Khronos OpenGL Spec for the Google Android SDK.
The newest version!
package javax.microedition.khronos.egl;
public abstract class EGLContext
{
public EGLContext() { throw new RuntimeException("Stub!"); }
public static javax.microedition.khronos.egl.EGL getEGL() { throw new RuntimeException("Stub!"); }
public abstract javax.microedition.khronos.opengles.GL getGL();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy