Package org.lwjgl.egl
Class ANGLEQuerySurfacePointer
- java.lang.Object
-
- org.lwjgl.egl.ANGLEQuerySurfacePointer
-
public class ANGLEQuerySurfacePointer extends java.lang.ObjectNative 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 booleaneglQuerySurfacePointerANGLE(long dpy, long surface, int attribute, org.lwjgl.PointerBuffer value)static intneglQuerySurfacePointerANGLE(long dpy, long surface, int attribute, long value)
-