Class GLAdapter

java.lang.Object
org.oscim.backend.GLAdapter

public class GLAdapter extends Object
  • Field Details

    • debug

      public static final boolean debug
      See Also:
    • debugView

      public static final boolean debugView
      See Also:
    • gl

      public static GL gl
      The instance provided by backend
    • gl30

      public static GL30 gl30
    • ANDROID_QUIRKS

      public static boolean ANDROID_QUIRKS
    • GDX_DESKTOP_QUIRKS

      public static boolean GDX_DESKTOP_QUIRKS
    • GDX_WEBGL_QUIRKS

      public static boolean GDX_WEBGL_QUIRKS
    • NO_BUFFER_SUB_DATA

      public static boolean NO_BUFFER_SUB_DATA
      Set true as workaround for adreno driver issue: https://github.com/opensciencemap/vtm/issues/52
    • CIRCLE_QUADS

      public static boolean CIRCLE_QUADS
      Draw circles with quads or points.
  • Constructor Details

    • GLAdapter

      public GLAdapter()
  • Method Details

    • init

      public static void init(GL gl)
    • isGL30

      public static boolean isGL30()