Package org.lwjgl.egl

Class ANGLEQuerySurfacePointer

java.lang.Object
org.lwjgl.egl.ANGLEQuerySurfacePointer

public class ANGLEQuerySurfacePointer extends 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 Details

    • neglQuerySurfacePointerANGLE

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

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