Package org.lwjgl.egl
Class MESAPlatformGBM
- java.lang.Object
-
- org.lwjgl.egl.MESAPlatformGBM
-
public final class MESAPlatformGBM extends java.lang.Object
Native bindings to the MESA_platform_gbm extension.This extension defines how to create EGL resources from native GBM resources using the functions defined by EGL_EXT_platform_base. (GBM is a Generic Buffer Manager for Linux).
Requires
EXT_platform_base
and MESA_platform_gbm to query its existence without a display.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_PLATFORM_GBM_MESA
-
-
-
Field Detail
-
EGL_PLATFORM_GBM_MESA
public static final int EGL_PLATFORM_GBM_MESA
- See Also:
- Constant Field Values
-
-