Class CapsUtil

java.lang.Object
com.ardor3d.framework.jogl.CapsUtil

public class CapsUtil extends Object
  • Constructor Details

    • CapsUtil

      public CapsUtil()
  • Method Details

    • getProfile

      public com.jogamp.opengl.GLProfile getProfile()
    • getCapsForSettings

      public com.jogamp.opengl.GLCapabilities getCapsForSettings(DisplaySettings settings)
    • getCapsForSettings

      public com.jogamp.opengl.GLCapabilities getCapsForSettings(DisplaySettings settings, boolean onscreen, boolean bitmapRequested, boolean pbufferRequested, boolean fboRequested)
    • getSettingsForCaps

      public DisplaySettings getSettingsForCaps(com.jogamp.opengl.GLCapabilitiesImmutable glCaps, int width, int height, int frequency, boolean fullscreen, CanvasRenderer shareContext, int rotation)