Package org.lwjgl.egl

Class 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 Detail

      • eglQuerySurfacePointerANGLE

        public static boolean eglQuerySurfacePointerANGLE(long dpy,
                                                          long surface,
                                                          int attribute,
                                                          PointerBuffer value)