Class GPUInfo


  • public class GPUInfo
    extends Object
    • Constructor Detail

      • GPUInfo

        public GPUInfo()
    • 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()
      • getExtensions

        public List<String> getExtensions()