Package org.lwjgl.egl
Class EXTDeviceQueryName
- java.lang.Object
-
- org.lwjgl.egl.EXTDeviceQueryName
-
public final class EXTDeviceQueryName extends java.lang.Object
Native bindings to the EXT_device_query_name extension.The
EGL_EXT_device_enumeration
andEGL_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
Fields Modifier and Type Field Description static int
EGL_RENDERER_EXT
Accepted by thename
parameter ofQueryDeviceStringEXT
.
-
-
-
Field Detail
-
EGL_RENDERER_EXT
public static final int EGL_RENDERER_EXT
Accepted by thename
parameter ofQueryDeviceStringEXT
.- See Also:
- Constant Field Values
-
-