public class ANGLEQuerySurfacePointer
extends java.lang.Object
This extension allows querying pointer-sized surface attributes, thus avoiding problems with coercing 64-bit pointers into a 32-bit integer.
| Modifier and Type | Method and 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) |
Copyright LWJGL. All Rights Reserved. License terms.