Uses of Class
org.jzy3d.plot3d.GPUInfo
-
Packages that use GPUInfo Package Description org.jzy3d.junit org.jzy3d.plot3d -
-
Uses of GPUInfo in org.jzy3d.junit
Fields in org.jzy3d.junit declared as GPUInfo Modifier and Type Field Description protected GPUInfo
NativePlatform. info
-
Uses of GPUInfo in org.jzy3d.plot3d
Methods in org.jzy3d.plot3d that return GPUInfo Modifier and Type Method Description static GPUInfo
GPUInfo. load()
Initialize a GL context offscreen to query GPU informationstatic GPUInfo
GPUInfo. load(com.jogamp.opengl.GL gl)
Use an existing GL context to query GPU information
-