Class KHRDisplayReference
java.lang.Object
org.lwjgl.egl.KHRDisplayReference
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic booleaneglQueryDisplayAttribKHR(long dpy, int name, PointerBuffer value) EGLBoolean eglQueryDisplayAttribKHR(EGLDisplay dpy, EGLint name, EGLAttrib * value)static intneglQueryDisplayAttribKHR(long dpy, int name, long value) EGLBoolean eglQueryDisplayAttribKHR(EGLDisplay dpy, EGLint name, EGLAttrib * value)
-
Field Details
-
EGL_TRACK_REFERENCES_KHR
public static final int EGL_TRACK_REFERENCES_KHR- See Also:
-
-
Method Details
-
neglQueryDisplayAttribKHR
public static int neglQueryDisplayAttribKHR(long dpy, int name, long value) EGLBoolean eglQueryDisplayAttribKHR(EGLDisplay dpy, EGLint name, EGLAttrib * value) -
eglQueryDisplayAttribKHR
@NativeType("EGLBoolean") public static boolean eglQueryDisplayAttribKHR(@NativeType("EGLDisplay") long dpy, @NativeType("EGLint") int name, @NativeType("EGLAttrib *") PointerBuffer value) EGLBoolean eglQueryDisplayAttribKHR(EGLDisplay dpy, EGLint name, EGLAttrib * value)
-