Package org.lwjgl.egl

Class EXTDeviceQueryName

java.lang.Object
org.lwjgl.egl.EXTDeviceQueryName

public final class EXTDeviceQueryName extends Object
Native bindings to the EXT_device_query_name extension.

The EGL_EXT_device_enumeration and EGL_EXT_device_query extensions provide a list of devices and a list of extensions, but lacks a way to find a name for a device that an application can present to a user.

This extension adds two new strings that an application can query to find human-readable names.

Requires EXT_device_query.