Package org.lwjgl.egl
Class EXTDeviceDRMRenderNode
java.lang.Object
org.lwjgl.egl.EXTDeviceDRMRenderNode
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 given
EGLDeviceEXT
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 existing DRM_DEVICE_FILE_EXT
as explicitly refering to the primary device node.
Requires EXT_device_query
.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted as thename
parameter ofQueryDeviceStringEXT
. -
Method Summary
-
Field Details
-
EGL_DRM_RENDER_NODE_FILE_EXT
public static final int EGL_DRM_RENDER_NODE_FILE_EXTAccepted as thename
parameter ofQueryDeviceStringEXT
.- See Also:
-