java.lang.Object
overrungl.opengl.ext.GLMESAWindowPos
GLMESAWindowPos relies on preview features of the Java platform:
GLMESAWindowPosrefers 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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidglWindowPos2dMESA(double x, double y) static voidstatic voidglWindowPos2dvMESA(SegmentAllocatorPREVIEW allocator, double[] value) static voidglWindowPos2fMESA(float x, float y) static voidstatic voidglWindowPos2fvMESA(SegmentAllocatorPREVIEW allocator, float[] value) static voidglWindowPos2iMESA(int x, int y) static voidstatic voidglWindowPos2ivMESA(SegmentAllocatorPREVIEW allocator, int[] value) static voidglWindowPos2sMESA(short x, short y) static voidstatic voidglWindowPos2svMESA(SegmentAllocatorPREVIEW allocator, short[] value) static voidglWindowPos3dMESA(double x, double y, double z) static voidstatic voidglWindowPos3dvMESA(SegmentAllocatorPREVIEW allocator, double[] value) static voidglWindowPos3fMESA(float x, float y, float z) static voidstatic voidglWindowPos3fvMESA(SegmentAllocatorPREVIEW allocator, float[] value) static voidglWindowPos3iMESA(int x, int y, int z) static voidstatic voidglWindowPos3ivMESA(SegmentAllocatorPREVIEW allocator, int[] value) static voidglWindowPos3sMESA(short x, short y, short z) static voidstatic voidglWindowPos3svMESA(SegmentAllocatorPREVIEW allocator, short[] value) static voidglWindowPos4dMESA(double x, double y, double z, double w) static voidstatic voidglWindowPos4dvMESA(SegmentAllocatorPREVIEW allocator, double[] value) static voidglWindowPos4fMESA(float x, float y, float z, float w) static voidstatic voidglWindowPos4fvMESA(SegmentAllocatorPREVIEW allocator, float[] value) static voidglWindowPos4iMESA(int x, int y, int z, int w) static voidstatic voidglWindowPos4ivMESA(SegmentAllocatorPREVIEW allocator, int[] value) static voidglWindowPos4sMESA(short x, short y, short z, short w) static voidstatic voidglWindowPos4svMESA(SegmentAllocatorPREVIEW allocator, short[] value) static voidload(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
 
 - 
 
GLMESAWindowPoswhen preview features are enabled.