public final class NVContextPriorityRealtime
extends java.lang.Object
This extension allows an EGLContext to be created with one extra priority level in addition to three priority levels that are part of
EGL_IMG_context_priority extension.
This new level has extra privileges that are not available to other three levels. Some of the privileges may include:
The mechanism for determining which EGL context is allowed to use this priority level is platform dependent.
Requires IMG_context_priority.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_CONTEXT_PRIORITY_REALTIME_NV
New attribute value accepted for the
CONTEXT_PRIORITY_LEVEL_IMG attribute in the attrib_list argument of CreateContext. |
public static final int EGL_CONTEXT_PRIORITY_REALTIME_NV
CONTEXT_PRIORITY_LEVEL_IMG attribute in the attrib_list argument of CreateContext.Copyright LWJGL. All Rights Reserved. License terms.