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

Public Member Functions

 WindowContext (final Window w, final GLDrawable d, final GLContext c)
 

Public Attributes

final Window window
 
final GLDrawable drawable
 
final GLContext context
 

Detailed Description

Definition at line 45 of file NEWTGLContext.java.

Constructor & Destructor Documentation

◆ WindowContext()

com.jogamp.opengl.test.junit.util.NEWTGLContext.WindowContext.WindowContext ( final Window  w,
final GLDrawable  d,
final GLContext  c 
)

Definition at line 50 of file NEWTGLContext.java.

Member Data Documentation

◆ context

final GLContext com.jogamp.opengl.test.junit.util.NEWTGLContext.WindowContext.context

Definition at line 48 of file NEWTGLContext.java.

◆ drawable

final GLDrawable com.jogamp.opengl.test.junit.util.NEWTGLContext.WindowContext.drawable

Definition at line 47 of file NEWTGLContext.java.

◆ window

final Window com.jogamp.opengl.test.junit.util.NEWTGLContext.WindowContext.window

Definition at line 46 of file NEWTGLContext.java.


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