Package org.lwjgl.opengl
Class WGL
java.lang.Object
org.lwjgl.opengl.WGL
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Contains the function pointers loaded fromGL.getFunctionProvider()
. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
nwglCopyContext
(long _GetLastError, long src, long dst, int mask) BOOL wglCopyContext(HGLRC src, HGLRC dst, UINT mask)
static int
nwglCopyContext
(long _GetLastError, long src, long dst, int mask, long __functionAddress) BOOL wglCopyContext(HGLRC src, HGLRC dst, UINT mask)
static long
nwglCreateContext
(long _GetLastError, long hdc) HGLRC wglCreateContext(HDC hdc)
static long
nwglCreateContext
(long _GetLastError, long hdc, long __functionAddress) HGLRC wglCreateContext(HDC hdc)
static long
nwglCreateLayerContext
(long _GetLastError, long hdc, int layerPlane) HGLRC wglCreateLayerContext(HDC hdc, int layerPlane)
static long
nwglCreateLayerContext
(long _GetLastError, long hdc, int layerPlane, long __functionAddress) HGLRC wglCreateLayerContext(HDC hdc, int layerPlane)
static int
nwglDeleteContext
(long _GetLastError, long context) BOOL wglDeleteContext(HGLRC context)
static int
nwglDeleteContext
(long _GetLastError, long context, long __functionAddress) BOOL wglDeleteContext(HGLRC context)
static long
nwglGetCurrentContext
(long _GetLastError) HGLRC wglGetCurrentContext(void)
static long
nwglGetCurrentContext
(long _GetLastError, long __functionAddress) HGLRC wglGetCurrentContext(void)
static long
nwglGetProcAddress
(long _GetLastError, long proc) PROC wglGetProcAddress(LPCSTR proc)
static long
nwglGetProcAddress
(long _GetLastError, long proc, long __functionAddress) PROC wglGetProcAddress(LPCSTR proc)
static int
nwglMakeCurrent
(long _GetLastError, long hdc, long hglrc) BOOL wglMakeCurrent(HDC hdc, HGLRC hglrc)
static int
nwglMakeCurrent
(long _GetLastError, long hdc, long hglrc, long __functionAddress) BOOL wglMakeCurrent(HDC hdc, HGLRC hglrc)
static int
nwglShareLists
(long _GetLastError, long hglrc1, long hglrc2) BOOL wglShareLists(HGLRC hglrc1, HGLRC hglrc2)
static int
nwglShareLists
(long _GetLastError, long hglrc1, long hglrc2, long __functionAddress) BOOL wglShareLists(HGLRC hglrc1, HGLRC hglrc2)
static boolean
wglCopyContext
(@Nullable IntBuffer _GetLastError, long src, long dst, int mask) BOOL wglCopyContext(HGLRC src, HGLRC dst, UINT mask)
static long
wglCreateContext
(@Nullable IntBuffer _GetLastError, long hdc) HGLRC wglCreateContext(HDC hdc)
static long
wglCreateLayerContext
(@Nullable IntBuffer _GetLastError, long hdc, int layerPlane) HGLRC wglCreateLayerContext(HDC hdc, int layerPlane)
static boolean
wglDeleteContext
(@Nullable IntBuffer _GetLastError, long context) BOOL wglDeleteContext(HGLRC context)
static long
wglGetCurrentContext
(@Nullable IntBuffer _GetLastError) HGLRC wglGetCurrentContext(void)
static long
HDC wglGetCurrentDC(void)
static long
wglGetProcAddress
(@Nullable IntBuffer _GetLastError, CharSequence proc) PROC wglGetProcAddress(LPCSTR proc)
static long
wglGetProcAddress
(@Nullable IntBuffer _GetLastError, ByteBuffer proc) PROC wglGetProcAddress(LPCSTR proc)
static boolean
wglMakeCurrent
(@Nullable IntBuffer _GetLastError, long hdc, long hglrc) BOOL wglMakeCurrent(HDC hdc, HGLRC hglrc)
static boolean
wglShareLists
(@Nullable IntBuffer _GetLastError, long hglrc1, long hglrc2) BOOL wglShareLists(HGLRC hglrc1, HGLRC hglrc2)
-
Field Details
-
WGL_FONT_LINES
public static final int WGL_FONT_LINES- See Also:
-
WGL_FONT_POLYGONS
public static final int WGL_FONT_POLYGONS- See Also:
-
WGL_SWAP_MAIN_PLANE
public static final int WGL_SWAP_MAIN_PLANE- See Also:
-
WGL_SWAP_OVERLAY1
public static final int WGL_SWAP_OVERLAY1- See Also:
-
WGL_SWAP_OVERLAY2
public static final int WGL_SWAP_OVERLAY2- See Also:
-
WGL_SWAP_OVERLAY3
public static final int WGL_SWAP_OVERLAY3- See Also:
-
WGL_SWAP_OVERLAY4
public static final int WGL_SWAP_OVERLAY4- See Also:
-
WGL_SWAP_OVERLAY5
public static final int WGL_SWAP_OVERLAY5- See Also:
-
WGL_SWAP_OVERLAY6
public static final int WGL_SWAP_OVERLAY6- See Also:
-
WGL_SWAP_OVERLAY7
public static final int WGL_SWAP_OVERLAY7- See Also:
-
WGL_SWAP_OVERLAY8
public static final int WGL_SWAP_OVERLAY8- See Also:
-
WGL_SWAP_OVERLAY9
public static final int WGL_SWAP_OVERLAY9- See Also:
-
WGL_SWAP_OVERLAY10
public static final int WGL_SWAP_OVERLAY10- See Also:
-
WGL_SWAP_OVERLAY11
public static final int WGL_SWAP_OVERLAY11- See Also:
-
WGL_SWAP_OVERLAY12
public static final int WGL_SWAP_OVERLAY12- See Also:
-
WGL_SWAP_OVERLAY13
public static final int WGL_SWAP_OVERLAY13- See Also:
-
WGL_SWAP_OVERLAY14
public static final int WGL_SWAP_OVERLAY14- See Also:
-
WGL_SWAP_OVERLAY15
public static final int WGL_SWAP_OVERLAY15- See Also:
-
WGL_SWAP_UNDERLAY1
public static final int WGL_SWAP_UNDERLAY1- See Also:
-
WGL_SWAP_UNDERLAY2
public static final int WGL_SWAP_UNDERLAY2- See Also:
-
WGL_SWAP_UNDERLAY3
public static final int WGL_SWAP_UNDERLAY3- See Also:
-
WGL_SWAP_UNDERLAY4
public static final int WGL_SWAP_UNDERLAY4- See Also:
-
WGL_SWAP_UNDERLAY5
public static final int WGL_SWAP_UNDERLAY5- See Also:
-
WGL_SWAP_UNDERLAY6
public static final int WGL_SWAP_UNDERLAY6- See Also:
-
WGL_SWAP_UNDERLAY7
public static final int WGL_SWAP_UNDERLAY7- See Also:
-
WGL_SWAP_UNDERLAY8
public static final int WGL_SWAP_UNDERLAY8- See Also:
-
WGL_SWAP_UNDERLAY9
public static final int WGL_SWAP_UNDERLAY9- See Also:
-
WGL_SWAP_UNDERLAY10
public static final int WGL_SWAP_UNDERLAY10- See Also:
-
WGL_SWAP_UNDERLAY11
public static final int WGL_SWAP_UNDERLAY11- See Also:
-
WGL_SWAP_UNDERLAY12
public static final int WGL_SWAP_UNDERLAY12- See Also:
-
WGL_SWAP_UNDERLAY13
public static final int WGL_SWAP_UNDERLAY13- See Also:
-
WGL_SWAP_UNDERLAY14
public static final int WGL_SWAP_UNDERLAY14- See Also:
-
WGL_SWAP_UNDERLAY15
public static final int WGL_SWAP_UNDERLAY15- See Also:
-
-
Method Details
-
nwglCreateContext
public static long nwglCreateContext(long _GetLastError, long hdc, long __functionAddress) HGLRC wglCreateContext(HDC hdc)
-
nwglCreateContext
public static long nwglCreateContext(long _GetLastError, long hdc) HGLRC wglCreateContext(HDC hdc)
-
wglCreateContext
HGLRC wglCreateContext(HDC hdc)
-
nwglCreateLayerContext
public static long nwglCreateLayerContext(long _GetLastError, long hdc, int layerPlane, long __functionAddress) HGLRC wglCreateLayerContext(HDC hdc, int layerPlane)
-
nwglCreateLayerContext
public static long nwglCreateLayerContext(long _GetLastError, long hdc, int layerPlane) HGLRC wglCreateLayerContext(HDC hdc, int layerPlane)
-
wglCreateLayerContext
public static long wglCreateLayerContext(@Nullable IntBuffer _GetLastError, long hdc, int layerPlane) HGLRC wglCreateLayerContext(HDC hdc, int layerPlane)
-
nwglCopyContext
public static int nwglCopyContext(long _GetLastError, long src, long dst, int mask, long __functionAddress) BOOL wglCopyContext(HGLRC src, HGLRC dst, UINT mask)
-
nwglCopyContext
public static int nwglCopyContext(long _GetLastError, long src, long dst, int mask) BOOL wglCopyContext(HGLRC src, HGLRC dst, UINT mask)
-
wglCopyContext
public static boolean wglCopyContext(@Nullable IntBuffer _GetLastError, long src, long dst, int mask) BOOL wglCopyContext(HGLRC src, HGLRC dst, UINT mask)
-
nwglDeleteContext
public static int nwglDeleteContext(long _GetLastError, long context, long __functionAddress) BOOL wglDeleteContext(HGLRC context)
-
nwglDeleteContext
public static int nwglDeleteContext(long _GetLastError, long context) BOOL wglDeleteContext(HGLRC context)
-
wglDeleteContext
BOOL wglDeleteContext(HGLRC context)
-
nwglGetCurrentContext
public static long nwglGetCurrentContext(long _GetLastError, long __functionAddress) HGLRC wglGetCurrentContext(void)
-
nwglGetCurrentContext
public static long nwglGetCurrentContext(long _GetLastError) HGLRC wglGetCurrentContext(void)
-
wglGetCurrentContext
HGLRC wglGetCurrentContext(void)
-
wglGetCurrentDC
public static long wglGetCurrentDC()HDC wglGetCurrentDC(void)
-
nwglGetProcAddress
public static long nwglGetProcAddress(long _GetLastError, long proc, long __functionAddress) PROC wglGetProcAddress(LPCSTR proc)
-
nwglGetProcAddress
public static long nwglGetProcAddress(long _GetLastError, long proc) PROC wglGetProcAddress(LPCSTR proc)
-
wglGetProcAddress
PROC wglGetProcAddress(LPCSTR proc)
-
wglGetProcAddress
PROC wglGetProcAddress(LPCSTR proc)
-
nwglMakeCurrent
public static int nwglMakeCurrent(long _GetLastError, long hdc, long hglrc, long __functionAddress) BOOL wglMakeCurrent(HDC hdc, HGLRC hglrc)
-
nwglMakeCurrent
public static int nwglMakeCurrent(long _GetLastError, long hdc, long hglrc) BOOL wglMakeCurrent(HDC hdc, HGLRC hglrc)
-
wglMakeCurrent
BOOL wglMakeCurrent(HDC hdc, HGLRC hglrc)
-