Package org.lwjgl.egl
Class EXTDeviceDRMRenderNode
- java.lang.Object
-
- org.lwjgl.egl.EXTDeviceDRMRenderNode
-
public final class EXTDeviceDRMRenderNode extends java.lang.ObjectNative bindings to the EXT_device_drm_render_node extension.The
EGL_EXT_device_drmextension provided a method for applications to query the DRM device node file associated with a givenEGLDeviceEXTobject. 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_EXTas explicitly refering to the primary device node.Requires
EXT_device_query.
-
-
Field Summary
Fields Modifier and Type Field Description static intEGL_DRM_RENDER_NODE_FILE_EXTAccepted as thenameparameter ofQueryDeviceStringEXT.
-
-
-
Field Detail
-
EGL_DRM_RENDER_NODE_FILE_EXT
public static final int EGL_DRM_RENDER_NODE_FILE_EXT
Accepted as thenameparameter ofQueryDeviceStringEXT.- See Also:
- Constant Field Values
-
-