Uses of Class
org.lwjgl.opengles.EGLContext
Packages that use EGLContext
-
Uses of EGLContext in org.lwjgl.opengles
Methods in org.lwjgl.opengles that return EGLContextModifier and TypeMethodDescriptionEGLDisplay.createContext(EGLConfig config, EGLContext shareContext, IntBuffer attrib_list) static EGLContextEGL.eglGetCurrentContext()Returns the current EGL context for the current rendering API.Methods in org.lwjgl.opengles with parameters of type EGLContextModifier and TypeMethodDescriptionEGLDisplay.createContext(EGLConfig config, EGLContext shareContext, IntBuffer attrib_list) static booleanEGL.eglIsCurrentContext(EGLContext context) Returns true if the specified EGL context is the current context.static voidEGL.eglQueryContext(EGLDisplay dpy, EGLContext ctx, int attribute, IntBuffer value) Returns the value of the specified EGL context attribute in the value parameter.