Package org.jzy3d.plot3d
Class GPUInfo
- java.lang.Object
-
- org.jzy3d.plot3d.GPUInfo
-
public class GPUInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description GPUInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getExtensions()
String
getRenderer()
String
getVendor()
String
getVersion()
static GPUInfo
load()
Initialize a GL context offscreen to query GPU informationstatic GPUInfo
load(com.jogamp.opengl.GL gl)
Use an existing GL context to query GPU informationstatic void
main(String[] args)
String
toString()
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
load
public static GPUInfo load()
Initialize a GL context offscreen to query GPU information
-
load
public static GPUInfo load(com.jogamp.opengl.GL gl)
Use an existing GL context to query GPU information
-
getVendor
public String getVendor()
-
getRenderer
public String getRenderer()
-
getVersion
public String getVersion()
-
-