Package org.lwjgl.egl
Class ANGLEQuerySurfacePointer
- java.lang.Object
-
- org.lwjgl.egl.ANGLEQuerySurfacePointer
-
public class ANGLEQuerySurfacePointer extends java.lang.Object
Native bindings to the ANGLE_query_surface_pointer extension.This extension allows querying pointer-sized surface attributes, thus avoiding problems with coercing 64-bit pointers into a 32-bit integer.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
eglQuerySurfacePointerANGLE(long dpy, long surface, int attribute, org.lwjgl.PointerBuffer value)
static int
neglQuerySurfacePointerANGLE(long dpy, long surface, int attribute, long value)
-