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 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)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • neglQuerySurfacePointerANGLE

        public static int neglQuerySurfacePointerANGLE​(long dpy,
                                                       long surface,
                                                       int attribute,
                                                       long value)
      • eglQuerySurfacePointerANGLE

        public static boolean eglQuerySurfacePointerANGLE​(long dpy,
                                                          long surface,
                                                          int attribute,
                                                          org.lwjgl.PointerBuffer value)