Class GraphicalConfiguration


  • public class GraphicalConfiguration
    extends Object
    Class dedicated to the analysis and tuning of the engine for the detected configuration (graphic card, cpu...)
    Author:
    Mathieu Bastian
    • Field Detail

      • messageDelivered

        private static boolean messageDelivered
      • profile

        private final com.jogamp.opengl.GLProfile profile
      • caps

        private final com.jogamp.opengl.GLCapabilities caps
      • device

        private final com.jogamp.nativewindow.AbstractGraphicsDevice device
      • vboSupport

        private boolean vboSupport
      • pBufferSupport

        private boolean pBufferSupport
      • vendor

        private String vendor
      • renderer

        private String renderer
      • versionStr

        private String versionStr
    • Constructor Detail

      • GraphicalConfiguration

        public GraphicalConfiguration()
    • Method Detail

      • checkGeneralCompatibility

        public void checkGeneralCompatibility​(com.jogamp.opengl.GL2 gl)
      • getVendor

        public String getVendor()
      • getRenderer

        public String getRenderer()
      • getVersionStr

        public String getVersionStr()
      • isPBufferSupported

        public boolean isPBufferSupported()
      • isVboSupported

        public boolean isVboSupported()
      • isIntelVendor

        public boolean isIntelVendor()