Package org.lwjgl.egl
Class EXTPlatformX11
- java.lang.Object
-
- org.lwjgl.egl.EXTPlatformX11
-
public final class EXTPlatformX11 extends java.lang.Object
Native bindings to the EXT_platform_x11 extension.This extension defines how to create EGL resources from native X11 resources using the functions defined by EGL_EXT_platform_base.
This extension defines only 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
EXT_platform_base
and EXT_platform_x11 to query its existence without a display.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_PLATFORM_X11_EXT
EGL_PLATFORM_X11_SCREEN_EXT
-
-
-
Field Detail
-
EGL_PLATFORM_X11_EXT
public static final int EGL_PLATFORM_X11_EXT
- See Also:
- Constant Field Values
-
EGL_PLATFORM_X11_SCREEN_EXT
public static final int EGL_PLATFORM_X11_SCREEN_EXT
- See Also:
- Constant Field Values
-
-