Class GLMESAWindowPos

java.lang.Object
overrungl.opengl.ext.GLMESAWindowPos

public final class GLMESAWindowPos extends Object
GLMESAWindowPos relies on preview features of the Java platform:
Programs can only use GLMESAWindowPos when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
GL_MESA_window_pos
Since:
0.1.0
Author:
squid233
  • Constructor Details

    • GLMESAWindowPos

      public GLMESAWindowPos()
  • Method Details

    • load

      public static void load(GLExtCaps ext, GLLoadFunc load)
    • glWindowPos2dMESA

      public static void glWindowPos2dMESA(double x, double y)
    • glWindowPos2dvMESA

      public static void glWindowPos2dvMESA(MemorySegmentPREVIEW v)
    • glWindowPos2dvMESA

      public static void glWindowPos2dvMESA(SegmentAllocatorPREVIEW allocator, double[] value)
    • glWindowPos2fMESA

      public static void glWindowPos2fMESA(float x, float y)
    • glWindowPos2fvMESA

      public static void glWindowPos2fvMESA(MemorySegmentPREVIEW v)
    • glWindowPos2fvMESA

      public static void glWindowPos2fvMESA(SegmentAllocatorPREVIEW allocator, float[] value)
    • glWindowPos2iMESA

      public static void glWindowPos2iMESA(int x, int y)
    • glWindowPos2ivMESA

      public static void glWindowPos2ivMESA(MemorySegmentPREVIEW v)
    • glWindowPos2ivMESA

      public static void glWindowPos2ivMESA(SegmentAllocatorPREVIEW allocator, int[] value)
    • glWindowPos2sMESA

      public static void glWindowPos2sMESA(short x, short y)
    • glWindowPos2svMESA

      public static void glWindowPos2svMESA(MemorySegmentPREVIEW v)
    • glWindowPos2svMESA

      public static void glWindowPos2svMESA(SegmentAllocatorPREVIEW allocator, short[] value)
    • glWindowPos3dMESA

      public static void glWindowPos3dMESA(double x, double y, double z)
    • glWindowPos3dvMESA

      public static void glWindowPos3dvMESA(MemorySegmentPREVIEW v)
    • glWindowPos3dvMESA

      public static void glWindowPos3dvMESA(SegmentAllocatorPREVIEW allocator, double[] value)
    • glWindowPos3fMESA

      public static void glWindowPos3fMESA(float x, float y, float z)
    • glWindowPos3fvMESA

      public static void glWindowPos3fvMESA(MemorySegmentPREVIEW v)
    • glWindowPos3fvMESA

      public static void glWindowPos3fvMESA(SegmentAllocatorPREVIEW allocator, float[] value)
    • glWindowPos3iMESA

      public static void glWindowPos3iMESA(int x, int y, int z)
    • glWindowPos3ivMESA

      public static void glWindowPos3ivMESA(MemorySegmentPREVIEW v)
    • glWindowPos3ivMESA

      public static void glWindowPos3ivMESA(SegmentAllocatorPREVIEW allocator, int[] value)
    • glWindowPos3sMESA

      public static void glWindowPos3sMESA(short x, short y, short z)
    • glWindowPos3svMESA

      public static void glWindowPos3svMESA(MemorySegmentPREVIEW v)
    • glWindowPos3svMESA

      public static void glWindowPos3svMESA(SegmentAllocatorPREVIEW allocator, short[] value)
    • glWindowPos4dMESA

      public static void glWindowPos4dMESA(double x, double y, double z, double w)
    • glWindowPos4dvMESA

      public static void glWindowPos4dvMESA(MemorySegmentPREVIEW v)
    • glWindowPos4dvMESA

      public static void glWindowPos4dvMESA(SegmentAllocatorPREVIEW allocator, double[] value)
    • glWindowPos4fMESA

      public static void glWindowPos4fMESA(float x, float y, float z, float w)
    • glWindowPos4fvMESA

      public static void glWindowPos4fvMESA(MemorySegmentPREVIEW v)
    • glWindowPos4fvMESA

      public static void glWindowPos4fvMESA(SegmentAllocatorPREVIEW allocator, float[] value)
    • glWindowPos4iMESA

      public static void glWindowPos4iMESA(int x, int y, int z, int w)
    • glWindowPos4ivMESA

      public static void glWindowPos4ivMESA(MemorySegmentPREVIEW v)
    • glWindowPos4ivMESA

      public static void glWindowPos4ivMESA(SegmentAllocatorPREVIEW allocator, int[] value)
    • glWindowPos4sMESA

      public static void glWindowPos4sMESA(short x, short y, short z, short w)
    • glWindowPos4svMESA

      public static void glWindowPos4svMESA(MemorySegmentPREVIEW v)
    • glWindowPos4svMESA

      public static void glWindowPos4svMESA(SegmentAllocatorPREVIEW allocator, short[] value)