Package org.lwjgl.egl
Class EXTDeviceQueryName
java.lang.Object
org.lwjgl.egl.EXTDeviceQueryName
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
.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by thename
parameter ofQueryDeviceStringEXT
. -
Method Summary
-
Field Details
-
EGL_RENDERER_EXT
public static final int EGL_RENDERER_EXTAccepted by thename
parameter ofQueryDeviceStringEXT
.- See Also:
-