|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opengl.impl.windows.wgl.WGL
public class WGL
Provides access to the Windows-specific OpenGL vendor extensions.
See GLBase
for more information.
Field Summary | |
---|---|
static int |
WGL_SWAP_MAIN_PLANE
Part of CORE DEF |
static int |
WGL_SWAP_OVERLAY1
Part of CORE DEF |
static int |
WGL_SWAP_OVERLAY10
Part of CORE DEF |
static int |
WGL_SWAP_OVERLAY11
Part of CORE DEF |
static int |
WGL_SWAP_OVERLAY12
Part of CORE DEF |
static int |
WGL_SWAP_OVERLAY13
Part of CORE DEF |
static int |
WGL_SWAP_OVERLAY14
Part of CORE DEF |
static int |
WGL_SWAP_OVERLAY15
Part of CORE DEF |
static int |
WGL_SWAP_OVERLAY2
Part of CORE DEF |
static int |
WGL_SWAP_OVERLAY3
Part of CORE DEF |
static int |
WGL_SWAP_OVERLAY4
Part of CORE DEF |
static int |
WGL_SWAP_OVERLAY5
Part of CORE DEF |
static int |
WGL_SWAP_OVERLAY6
Part of CORE DEF |
static int |
WGL_SWAP_OVERLAY7
Part of CORE DEF |
static int |
WGL_SWAP_OVERLAY8
Part of CORE DEF |
static int |
WGL_SWAP_OVERLAY9
Part of CORE DEF |
static int |
WGL_SWAP_UNDERLAY1
Part of CORE DEF |
static int |
WGL_SWAP_UNDERLAY10
Part of CORE DEF |
static int |
WGL_SWAP_UNDERLAY11
Part of CORE DEF |
static int |
WGL_SWAP_UNDERLAY12
Part of CORE DEF |
static int |
WGL_SWAP_UNDERLAY13
Part of CORE DEF |
static int |
WGL_SWAP_UNDERLAY14
Part of CORE DEF |
static int |
WGL_SWAP_UNDERLAY15
Part of CORE DEF |
static int |
WGL_SWAP_UNDERLAY2
Part of CORE DEF |
static int |
WGL_SWAP_UNDERLAY3
Part of CORE DEF |
static int |
WGL_SWAP_UNDERLAY4
Part of CORE DEF |
static int |
WGL_SWAP_UNDERLAY5
Part of CORE DEF |
static int |
WGL_SWAP_UNDERLAY6
Part of CORE DEF |
static int |
WGL_SWAP_UNDERLAY7
Part of CORE DEF |
static int |
WGL_SWAP_UNDERLAY8
Part of CORE DEF |
static int |
WGL_SWAP_UNDERLAY9
Part of CORE DEF |
Constructor Summary | |
---|---|
WGL()
|
Method Summary | |
---|---|
static boolean |
dispatch_wglCopyContext1(long arg0,
long arg1,
int arg2,
long procAddress)
Entry point to C language function: BOOL wglCopyContext(HANDLE, HANDLE, UINT); Part of CORE FUNC |
static long |
dispatch_wglCreateContext1(long arg0,
long procAddress)
Entry point to C language function: HANDLE wglCreateContext(HANDLE); Part of CORE FUNC |
static boolean |
dispatch_wglDeleteContext1(long arg0,
long procAddress)
Entry point to C language function: BOOL wglDeleteContext(HANDLE); Part of CORE FUNC |
static long |
dispatch_wglGetCurrentContext1(long procAddress)
Entry point to C language function: HANDLE wglGetCurrentContext(void); Part of CORE FUNC |
static long |
dispatch_wglGetCurrentDC1(long procAddress)
Entry point to C language function: HANDLE wglGetCurrentDC(void); Part of CORE FUNC |
static long |
dispatch_wglGetProcAddress1(String arg0,
long procAddress)
Entry point to C language function: PROC wglGetProcAddress(LPCSTR); Part of CORE FUNC |
static boolean |
dispatch_wglMakeCurrent1(long arg0,
long arg1,
long procAddress)
Entry point to C language function: BOOL wglMakeCurrent(HANDLE, HANDLE); Part of CORE FUNC |
static boolean |
dispatch_wglShareLists1(long arg0,
long arg1,
long procAddress)
Entry point to C language function: BOOL wglShareLists(HANDLE, HANDLE); Part of CORE FUNC |
static boolean |
dispatch_wglSwapLayerBuffers1(long arg0,
int arg1,
long procAddress)
Entry point to C language function: BOOL wglSwapLayerBuffers(HANDLE, UINT); Part of CORE FUNC |
static WGLProcAddressTable |
getWGLProcAddressTable()
|
static boolean |
wglCopyContext(long arg0,
long arg1,
int arg2)
Entry point to C language function: BOOL wglCopyContext(HANDLE, HANDLE, UINT); Part of CORE FUNC |
static long |
wglCreateContext(long arg0)
Entry point to C language function: HANDLE wglCreateContext(HANDLE); Part of CORE FUNC |
static boolean |
wglDeleteContext(long arg0)
Entry point to C language function: BOOL wglDeleteContext(HANDLE); Part of CORE FUNC |
static long |
wglGetCurrentContext()
Entry point to C language function: HANDLE wglGetCurrentContext(void); Part of CORE FUNC |
static long |
wglGetCurrentDC()
Entry point to C language function: HANDLE wglGetCurrentDC(void); Part of CORE FUNC |
protected static long |
wglGetProcAddress(long wglGetProcAddressHandle,
String procname)
|
static long |
wglGetProcAddress(String arg0)
Entry point to C language function: PROC wglGetProcAddress(LPCSTR); Part of CORE FUNC |
static boolean |
wglMakeCurrent(long arg0,
long arg1)
Entry point to C language function: BOOL wglMakeCurrent(HANDLE, HANDLE); Part of CORE FUNC |
static boolean |
wglShareLists(long arg0,
long arg1)
Entry point to C language function: BOOL wglShareLists(HANDLE, HANDLE); Part of CORE FUNC |
static boolean |
wglSwapLayerBuffers(long arg0,
int arg1)
Entry point to C language function: BOOL wglSwapLayerBuffers(HANDLE, UINT); Part of CORE FUNC |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int WGL_SWAP_MAIN_PLANE
CORE DEF
public static final int WGL_SWAP_OVERLAY1
CORE DEF
public static final int WGL_SWAP_OVERLAY2
CORE DEF
public static final int WGL_SWAP_OVERLAY3
CORE DEF
public static final int WGL_SWAP_OVERLAY4
CORE DEF
public static final int WGL_SWAP_OVERLAY5
CORE DEF
public static final int WGL_SWAP_OVERLAY6
CORE DEF
public static final int WGL_SWAP_OVERLAY7
CORE DEF
public static final int WGL_SWAP_OVERLAY8
CORE DEF
public static final int WGL_SWAP_OVERLAY9
CORE DEF
public static final int WGL_SWAP_OVERLAY10
CORE DEF
public static final int WGL_SWAP_OVERLAY11
CORE DEF
public static final int WGL_SWAP_OVERLAY12
CORE DEF
public static final int WGL_SWAP_OVERLAY13
CORE DEF
public static final int WGL_SWAP_OVERLAY14
CORE DEF
public static final int WGL_SWAP_OVERLAY15
CORE DEF
public static final int WGL_SWAP_UNDERLAY1
CORE DEF
public static final int WGL_SWAP_UNDERLAY2
CORE DEF
public static final int WGL_SWAP_UNDERLAY3
CORE DEF
public static final int WGL_SWAP_UNDERLAY4
CORE DEF
public static final int WGL_SWAP_UNDERLAY5
CORE DEF
public static final int WGL_SWAP_UNDERLAY6
CORE DEF
public static final int WGL_SWAP_UNDERLAY7
CORE DEF
public static final int WGL_SWAP_UNDERLAY8
CORE DEF
public static final int WGL_SWAP_UNDERLAY9
CORE DEF
public static final int WGL_SWAP_UNDERLAY10
CORE DEF
public static final int WGL_SWAP_UNDERLAY11
CORE DEF
public static final int WGL_SWAP_UNDERLAY12
CORE DEF
public static final int WGL_SWAP_UNDERLAY13
CORE DEF
public static final int WGL_SWAP_UNDERLAY14
CORE DEF
public static final int WGL_SWAP_UNDERLAY15
CORE DEF
Constructor Detail |
---|
public WGL()
Method Detail |
---|
public static boolean wglCopyContext(long arg0, long arg1, int arg2)
BOOL wglCopyContext(HANDLE, HANDLE, UINT);
CORE FUNC
public static boolean dispatch_wglCopyContext1(long arg0, long arg1, int arg2, long procAddress)
BOOL wglCopyContext(HANDLE, HANDLE, UINT);
CORE FUNC
public static long wglCreateContext(long arg0)
HANDLE wglCreateContext(HANDLE);
CORE FUNC
public static long dispatch_wglCreateContext1(long arg0, long procAddress)
HANDLE wglCreateContext(HANDLE);
CORE FUNC
public static boolean wglDeleteContext(long arg0)
BOOL wglDeleteContext(HANDLE);
CORE FUNC
public static boolean dispatch_wglDeleteContext1(long arg0, long procAddress)
BOOL wglDeleteContext(HANDLE);
CORE FUNC
public static long wglGetCurrentContext()
HANDLE wglGetCurrentContext(void);
CORE FUNC
public static long dispatch_wglGetCurrentContext1(long procAddress)
HANDLE wglGetCurrentContext(void);
CORE FUNC
public static long wglGetCurrentDC()
HANDLE wglGetCurrentDC(void);
CORE FUNC
public static long dispatch_wglGetCurrentDC1(long procAddress)
HANDLE wglGetCurrentDC(void);
CORE FUNC
public static long wglGetProcAddress(String arg0)
PROC wglGetProcAddress(LPCSTR);
CORE FUNC
public static long dispatch_wglGetProcAddress1(String arg0, long procAddress)
PROC wglGetProcAddress(LPCSTR);
CORE FUNC
public static boolean wglMakeCurrent(long arg0, long arg1)
BOOL wglMakeCurrent(HANDLE, HANDLE);
CORE FUNC
public static boolean dispatch_wglMakeCurrent1(long arg0, long arg1, long procAddress)
BOOL wglMakeCurrent(HANDLE, HANDLE);
CORE FUNC
public static boolean wglShareLists(long arg0, long arg1)
BOOL wglShareLists(HANDLE, HANDLE);
CORE FUNC
public static boolean dispatch_wglShareLists1(long arg0, long arg1, long procAddress)
BOOL wglShareLists(HANDLE, HANDLE);
CORE FUNC
public static boolean wglSwapLayerBuffers(long arg0, int arg1)
BOOL wglSwapLayerBuffers(HANDLE, UINT);
CORE FUNC
public static boolean dispatch_wglSwapLayerBuffers1(long arg0, int arg1, long procAddress)
BOOL wglSwapLayerBuffers(HANDLE, UINT);
CORE FUNC
public static WGLProcAddressTable getWGLProcAddressTable()
protected static long wglGetProcAddress(long wglGetProcAddressHandle, String procname)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |