Package org.lwjgl.egl
Class NVContextPriorityRealtime
- java.lang.Object
-
- org.lwjgl.egl.NVContextPriorityRealtime
-
public final class NVContextPriorityRealtime extends java.lang.ObjectNative bindings to the NV_context_priority_realtime extension.This extension allows an
EGLContextto be created with one extra priority level in addition to three priority levels that are part ofEGL_IMG_context_priorityextension.This new level has extra privileges that are not available to other three levels. Some of the privileges may include:
- Allow realtime priority to only few contexts
- Allow realtime priority only to trusted applications
- Make sure realtime priority contexts are executed immediately
- Preempt any current context running on GPU on submission of commands for realtime context
The mechanism for determining which EGL context is allowed to use this priority level is platform dependent.
Requires
IMG_context_priority.
-
-
Field Summary
Fields Modifier and Type Field Description static intEGL_CONTEXT_PRIORITY_REALTIME_NVNew attribute value accepted for theCONTEXT_PRIORITY_LEVEL_IMGattribute in theattrib_listargument ofCreateContext.
-
-
-
Field Detail
-
EGL_CONTEXT_PRIORITY_REALTIME_NV
public static final int EGL_CONTEXT_PRIORITY_REALTIME_NV
New attribute value accepted for theCONTEXT_PRIORITY_LEVEL_IMGattribute in theattrib_listargument ofCreateContext.- See Also:
- Constant Field Values
-
-