public final class IMGContextPriority
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_CONTEXT_PRIORITY_HIGH_IMG |
static int |
EGL_CONTEXT_PRIORITY_LEVEL_IMG |
static int |
EGL_CONTEXT_PRIORITY_LOW_IMG |
static int |
EGL_CONTEXT_PRIORITY_MEDIUM_IMG |
public static final int EGL_CONTEXT_PRIORITY_LEVEL_IMG
public static final int EGL_CONTEXT_PRIORITY_HIGH_IMG
public static final int EGL_CONTEXT_PRIORITY_MEDIUM_IMG
public static final int EGL_CONTEXT_PRIORITY_LOW_IMG
Copyright LWJGL. All Rights Reserved. License terms.