JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.util.NEWTGLContext Class Reference
Collaboration diagram for com.jogamp.opengl.test.junit.util.NEWTGLContext:

Classes

class  WindowContext
 

Static Public Member Functions

static WindowContext createWindow (final GLCapabilities caps, final int width, final int height, final boolean debugGL) throws InterruptedException
 
static void destroyWindow (final WindowContext winctx)
 

Detailed Description

Definition at line 43 of file NEWTGLContext.java.

Member Function Documentation

◆ createWindow()

static WindowContext com.jogamp.opengl.test.junit.util.NEWTGLContext.createWindow ( final GLCapabilities  caps,
final int  width,
final int  height,
final boolean  debugGL 
) throws InterruptedException
static

Definition at line 57 of file NEWTGLContext.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ destroyWindow()

static void com.jogamp.opengl.test.junit.util.NEWTGLContext.destroyWindow ( final WindowContext  winctx)
static

Definition at line 98 of file NEWTGLContext.java.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: