Package org.lwjgl.egl
Class EXTPlatformXCB
- java.lang.Object
-
- org.lwjgl.egl.EXTPlatformXCB
-
public final class EXTPlatformXCB extends java.lang.ObjectNative bindings to the EXT_platform_xcb extension.This extension defines how to create EGL resources from native X11 resources using the functions defined by
EGL_EXT_platform_base.The native X11 resources required by this extension are xcb resources. All X11 types discussed here are defined by the header
xcb.h.Requires
EXT_platform_baseand EXT_platform_xcb to query its existence without a display.
-
-
Field Summary
Fields Modifier and Type Field Description static intEGL_PLATFORM_XCB_EXTAccepted as theplatformargument ofGetPlatformDisplayEXT.static intEGL_PLATFORM_XCB_SCREEN_EXTAccepted as an attribute name in theattrib_listargument ofGetPlatformDisplayEXT.
-
-
-
Field Detail
-
EGL_PLATFORM_XCB_EXT
public static final int EGL_PLATFORM_XCB_EXT
Accepted as theplatformargument ofGetPlatformDisplayEXT.- See Also:
- Constant Field Values
-
EGL_PLATFORM_XCB_SCREEN_EXT
public static final int EGL_PLATFORM_XCB_SCREEN_EXT
Accepted as an attribute name in theattrib_listargument ofGetPlatformDisplayEXT.- See Also:
- Constant Field Values
-
-