java.lang.Object
overrungl.opengl.ext.GLMESAWindowPos
GLMESAWindowPos
relies on preview features of the Java platform:
GLMESAWindowPos
refers to one or more preview APIs:MemorySegment
,SegmentAllocator
.
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glWindowPos2dMESA
(double x, double y) static void
static void
glWindowPos2dvMESA
(SegmentAllocatorPREVIEW allocator, double[] value) static void
glWindowPos2fMESA
(float x, float y) static void
static void
glWindowPos2fvMESA
(SegmentAllocatorPREVIEW allocator, float[] value) static void
glWindowPos2iMESA
(int x, int y) static void
static void
glWindowPos2ivMESA
(SegmentAllocatorPREVIEW allocator, int[] value) static void
glWindowPos2sMESA
(short x, short y) static void
static void
glWindowPos2svMESA
(SegmentAllocatorPREVIEW allocator, short[] value) static void
glWindowPos3dMESA
(double x, double y, double z) static void
static void
glWindowPos3dvMESA
(SegmentAllocatorPREVIEW allocator, double[] value) static void
glWindowPos3fMESA
(float x, float y, float z) static void
static void
glWindowPos3fvMESA
(SegmentAllocatorPREVIEW allocator, float[] value) static void
glWindowPos3iMESA
(int x, int y, int z) static void
static void
glWindowPos3ivMESA
(SegmentAllocatorPREVIEW allocator, int[] value) static void
glWindowPos3sMESA
(short x, short y, short z) static void
static void
glWindowPos3svMESA
(SegmentAllocatorPREVIEW allocator, short[] value) static void
glWindowPos4dMESA
(double x, double y, double z, double w) static void
static void
glWindowPos4dvMESA
(SegmentAllocatorPREVIEW allocator, double[] value) static void
glWindowPos4fMESA
(float x, float y, float z, float w) static void
static void
glWindowPos4fvMESA
(SegmentAllocatorPREVIEW allocator, float[] value) static void
glWindowPos4iMESA
(int x, int y, int z, int w) static void
static void
glWindowPos4ivMESA
(SegmentAllocatorPREVIEW allocator, int[] value) static void
glWindowPos4sMESA
(short x, short y, short z, short w) static void
static void
glWindowPos4svMESA
(SegmentAllocatorPREVIEW allocator, short[] value) static void
load
(GLExtCaps ext, GLLoadFunc load)
-
Constructor Details
-
GLMESAWindowPos
public GLMESAWindowPos()
-
-
Method Details
-
load
-
glWindowPos2dMESA
public static void glWindowPos2dMESA(double x, double y) -
glWindowPos2dvMESA
-
glWindowPos2dvMESA
-
glWindowPos2fMESA
public static void glWindowPos2fMESA(float x, float y) -
glWindowPos2fvMESA
-
glWindowPos2fvMESA
-
glWindowPos2iMESA
public static void glWindowPos2iMESA(int x, int y) -
glWindowPos2ivMESA
-
glWindowPos2ivMESA
-
glWindowPos2sMESA
public static void glWindowPos2sMESA(short x, short y) -
glWindowPos2svMESA
-
glWindowPos2svMESA
-
glWindowPos3dMESA
public static void glWindowPos3dMESA(double x, double y, double z) -
glWindowPos3dvMESA
-
glWindowPos3dvMESA
-
glWindowPos3fMESA
public static void glWindowPos3fMESA(float x, float y, float z) -
glWindowPos3fvMESA
-
glWindowPos3fvMESA
-
glWindowPos3iMESA
public static void glWindowPos3iMESA(int x, int y, int z) -
glWindowPos3ivMESA
-
glWindowPos3ivMESA
-
glWindowPos3sMESA
public static void glWindowPos3sMESA(short x, short y, short z) -
glWindowPos3svMESA
-
glWindowPos3svMESA
-
glWindowPos4dMESA
public static void glWindowPos4dMESA(double x, double y, double z, double w) -
glWindowPos4dvMESA
-
glWindowPos4dvMESA
-
glWindowPos4fMESA
public static void glWindowPos4fMESA(float x, float y, float z, float w) -
glWindowPos4fvMESA
-
glWindowPos4fvMESA
-
glWindowPos4iMESA
public static void glWindowPos4iMESA(int x, int y, int z, int w) -
glWindowPos4ivMESA
-
glWindowPos4ivMESA
-
glWindowPos4sMESA
public static void glWindowPos4sMESA(short x, short y, short z, short w) -
glWindowPos4svMESA
-
glWindowPos4svMESA
-
GLMESAWindowPos
when preview features are enabled.