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

Public Member Functions

StringBuilder toString (final GL gl, StringBuilder sb)
 
String toString (final GL gl)
 
StringBuilder getBriefOSGLBuildInfo (final GL gl, StringBuilder sb)
 

Static Public Member Functions

static JoglVersion getInstance ()
 
static StringBuilder getAvailableCapabilitiesInfo (final AbstractGraphicsDevice device, StringBuilder sb)
 
static StringBuilder getAllAvailableCapabilitiesInfo (AbstractGraphicsDevice device, StringBuilder sb)
 
static StringBuilder getDefaultOpenGLInfo (AbstractGraphicsDevice device, StringBuilder sb, final boolean withCapabilitiesInfo)
 
static StringBuilder getGLInfo (final GL gl, final StringBuilder sb)
 
static StringBuilder getGLInfo (final GL gl, final StringBuilder sb, final boolean withCapabilitiesAndExtensionInfo)
 
static StringBuilder getGLInfo (final GL gl, StringBuilder sb, final boolean withAvailabilityInfo, final boolean withCapabilitiesInfo, final boolean withExtensionInfo)
 
static StringBuilder getGLStrings (final GL gl, final StringBuilder sb)
 
static StringBuilder getGLStrings (final GL gl, StringBuilder sb, final boolean withExtensions)
 
static void main (final String args[])
 

Protected Member Functions

 JoglVersion (final String packageName, final Manifest mf)
 

Static Protected Attributes

static volatile JoglVersion jogampCommonVersionInfo
 

Detailed Description

Definition at line 45 of file JoglVersion.java.

Constructor & Destructor Documentation

◆ JoglVersion()

com.jogamp.opengl.JoglVersion.JoglVersion ( final String  packageName,
final Manifest  mf 
)
protected

Definition at line 49 of file JoglVersion.java.

Here is the caller graph for this function:

Member Function Documentation

◆ getAllAvailableCapabilitiesInfo()

static StringBuilder com.jogamp.opengl.JoglVersion.getAllAvailableCapabilitiesInfo ( AbstractGraphicsDevice  device,
StringBuilder  sb 
)
static

Definition at line 100 of file JoglVersion.java.

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

◆ getAvailableCapabilitiesInfo()

static StringBuilder com.jogamp.opengl.JoglVersion.getAvailableCapabilitiesInfo ( final AbstractGraphicsDevice  device,
StringBuilder  sb 
)
static

Definition at line 76 of file JoglVersion.java.

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

◆ getBriefOSGLBuildInfo()

StringBuilder com.jogamp.opengl.JoglVersion.getBriefOSGLBuildInfo ( final GL  gl,
StringBuilder  sb 
)

Definition at line 222 of file JoglVersion.java.

Here is the call graph for this function:

◆ getDefaultOpenGLInfo()

static StringBuilder com.jogamp.opengl.JoglVersion.getDefaultOpenGLInfo ( AbstractGraphicsDevice  device,
StringBuilder  sb,
final boolean  withCapabilitiesInfo 
)
static

Definition at line 117 of file JoglVersion.java.

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

◆ getGLInfo() [1/3]

static StringBuilder com.jogamp.opengl.JoglVersion.getGLInfo ( final GL  gl,
final StringBuilder  sb 
)
static

Definition at line 136 of file JoglVersion.java.

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

◆ getGLInfo() [2/3]

static StringBuilder com.jogamp.opengl.JoglVersion.getGLInfo ( final GL  gl,
final StringBuilder  sb,
final boolean  withCapabilitiesAndExtensionInfo 
)
static

Definition at line 139 of file JoglVersion.java.

Here is the call graph for this function:

◆ getGLInfo() [3/3]

static StringBuilder com.jogamp.opengl.JoglVersion.getGLInfo ( final GL  gl,
StringBuilder  sb,
final boolean  withAvailabilityInfo,
final boolean  withCapabilitiesInfo,
final boolean  withExtensionInfo 
)
static

Definition at line 143 of file JoglVersion.java.

Here is the call graph for this function:

◆ getGLStrings() [1/2]

static StringBuilder com.jogamp.opengl.JoglVersion.getGLStrings ( final GL  gl,
final StringBuilder  sb 
)
static

Definition at line 173 of file JoglVersion.java.

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

◆ getGLStrings() [2/2]

static StringBuilder com.jogamp.opengl.JoglVersion.getGLStrings ( final GL  gl,
StringBuilder  sb,
final boolean  withExtensions 
)
static

Definition at line 177 of file JoglVersion.java.

Here is the call graph for this function:

◆ getInstance()

static JoglVersion com.jogamp.opengl.JoglVersion.getInstance ( )
static

Definition at line 53 of file JoglVersion.java.

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

◆ main()

static void com.jogamp.opengl.JoglVersion.main ( final String  args[])
static

Definition at line 239 of file JoglVersion.java.

Here is the call graph for this function:

◆ toString() [1/2]

String com.jogamp.opengl.JoglVersion.toString ( final GL  gl)

Definition at line 72 of file JoglVersion.java.

Here is the call graph for this function:

◆ toString() [2/2]

StringBuilder com.jogamp.opengl.JoglVersion.toString ( final GL  gl,
StringBuilder  sb 
)

Definition at line 66 of file JoglVersion.java.

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

Member Data Documentation

◆ jogampCommonVersionInfo

volatile JoglVersion com.jogamp.opengl.JoglVersion.jogampCommonVersionInfo
staticprotected

Definition at line 47 of file JoglVersion.java.


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