public final class EXTPlatformX11
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_PLATFORM_X11_EXT |
static int |
EGL_PLATFORM_X11_SCREEN_EXT |
public static final int EGL_PLATFORM_X11_EXT
public static final int EGL_PLATFORM_X11_SCREEN_EXT
Copyright LWJGL. All Rights Reserved. License terms.