JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.util.JOCLVersion Class Reference

Utility for querying module versions and environment properties. More...

Inheritance diagram for com.jogamp.opencl.util.JOCLVersion:
Collaboration diagram for com.jogamp.opencl.util.JOCLVersion:

Static Public Member Functions

static String getVersion ()
 
static String getAllVersions ()
 
static void main (final String[] args)
 

Detailed Description

Utility for querying module versions and environment properties.

Author
Michael Bien
Deprecated:
Use com.jogamp.opencl.JoclVersion

Definition at line 52 of file JOCLVersion.java.

Member Function Documentation

◆ getAllVersions()

static String com.jogamp.opencl.util.JOCLVersion.getAllVersions ( )
static

Definition at line 76 of file JOCLVersion.java.

Here is the caller graph for this function:

◆ getVersion()

static String com.jogamp.opencl.util.JOCLVersion.getVersion ( )
static

Definition at line 72 of file JOCLVersion.java.

◆ main()

static void com.jogamp.opencl.util.JOCLVersion.main ( final String[]  args)
static

Definition at line 95 of file JOCLVersion.java.

Here is the call graph for this function:

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