Package org.oscim.backend
Class GLAdapter
java.lang.Object
org.oscim.backend.GLAdapter
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanstatic booleanDraw circles with quads or points.static final booleanstatic final booleanstatic booleanstatic booleanstatic GLThe instance provided by backendstatic GL30static booleanSet true as workaround for adreno driver issue: https://github.com/opensciencemap/vtm/issues/52 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
debug
public static final boolean debug- See Also:
-
debugView
public static final boolean debugView- See Also:
-
gl
The instance provided by backend -
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_DATASet true as workaround for adreno driver issue: https://github.com/opensciencemap/vtm/issues/52 -
CIRCLE_QUADS
public static boolean CIRCLE_QUADSDraw circles with quads or points.
-
-
Constructor Details
-
GLAdapter
public GLAdapter()
-
-
Method Details
-
init
-
isGL30
public static boolean isGL30()
-