Package org.lwjgl.egl
Class EXTDeviceDRMRenderNode
- java.lang.Object
-
- org.lwjgl.egl.EXTDeviceDRMRenderNode
-
public final class EXTDeviceDRMRenderNode extends java.lang.Object
Native bindings to the EXT_device_drm_render_node extension.The
EGL_EXT_device_drm
extension provided a method for applications to query the DRM device node file associated with a givenEGLDeviceEXT
object. However, it was not clear whether it referred to the primary or render device node. This extension adds an enum to refer explicitly to the render device node and defines the existingDRM_DEVICE_FILE_EXT
as explicitly refering to the primary device node.Requires
EXT_device_query
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_DRM_RENDER_NODE_FILE_EXT
Accepted as thename
parameter ofQueryDeviceStringEXT
.
-
-
-
Field Detail
-
EGL_DRM_RENDER_NODE_FILE_EXT
public static final int EGL_DRM_RENDER_NODE_FILE_EXT
Accepted as thename
parameter ofQueryDeviceStringEXT
.- See Also:
- Constant Field Values
-
-