Class EXTPlatformDevice
- java.lang.Object
-
- org.lwjgl.egl.EXTPlatformDevice
-
public final class EXTPlatformDevice extends java.lang.Object
Native bindings to the EXT_platform_device extension.Increasingly, EGL and its client APIs are being used in place of "native" rendering APIs to implement the basic graphics functionality of native windowing systems. This creates demand for a method to initialize EGL displays and surfaces directly on top of native GPU or device objects rather than native window system objects. The mechanics of enumerating the underlying native devices and constructing EGL displays and surfaces from them have been solved in various platform and implementation- specific ways. The EGL device family of extensions offers a standardized framework for bootstrapping EGL without the use of any underlying "native" APIs or functionality.
This extension defines a method to create an EGLDisplay from an EGLDeviceEXT by treating the EGLDeviceEXT as an EGLNativeDisplay object.
Requires
EXT_device_base
andEXT_platform_base
orEGL 1.5
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_PLATFORM_DEVICE_EXT
-
-
-
Field Detail
-
EGL_PLATFORM_DEVICE_EXT
public static final int EGL_PLATFORM_DEVICE_EXT
- See Also:
- Constant Field Values
-
-