Package org.lwjgl.egl

Class EXTDeviceDRMRenderNode

java.lang.Object
org.lwjgl.egl.EXTDeviceDRMRenderNode

public final class EXTDeviceDRMRenderNode extends 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 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.