Package org.lwjgl.egl

Class IMGContextPriority

java.lang.Object
org.lwjgl.egl.IMGContextPriority

public final class IMGContextPriority extends Object
Native bindings to the IMG_context_priority extension.

This extension allows an EGLContext to be created with a priority hint. It is possible that an implementation will not honour the hint, especially if there are constraints on the number of high priority contexts available in the system, or system policy limits access to high priority contexts to appropriate system privilege level. A query is provided to find the real priority level assigned to the context after creation.

  • Field Details

    • EGL_CONTEXT_PRIORITY_LEVEL_IMG

      public static final int EGL_CONTEXT_PRIORITY_LEVEL_IMG
      See Also:
    • EGL_CONTEXT_PRIORITY_HIGH_IMG

      public static final int EGL_CONTEXT_PRIORITY_HIGH_IMG
      See Also:
    • EGL_CONTEXT_PRIORITY_MEDIUM_IMG

      public static final int EGL_CONTEXT_PRIORITY_MEDIUM_IMG
      See Also:
    • EGL_CONTEXT_PRIORITY_LOW_IMG

      public static final int EGL_CONTEXT_PRIORITY_LOW_IMG
      See Also: