Package org.lwjgl.egl
Class KHRPlatformX11
- java.lang.Object
-
- org.lwjgl.egl.KHRPlatformX11
-
public final class KHRPlatformX11 extends java.lang.Object
Native bindings to the KHR_platform_x11 extension.This extension defines how to create EGL resources from native X11 resources using the EGL 1.5 platform functionality.
This extension only defines how to create EGL resources from Xlib resources. It does not define how to do so from xcb resources. All X11 types discussed here are defined by the header `Xlib.h`.
Requires
EGL 1.5
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_PLATFORM_X11_KHR
EGL_PLATFORM_X11_SCREEN_KHR
-
-
-
Field Detail
-
EGL_PLATFORM_X11_KHR
public static final int EGL_PLATFORM_X11_KHR
- See Also:
- Constant Field Values
-
EGL_PLATFORM_X11_SCREEN_KHR
public static final int EGL_PLATFORM_X11_SCREEN_KHR
- See Also:
- Constant Field Values
-
-