public class GLAdapter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
ANDROID_QUIRKS |
static boolean |
CIRCLE_QUADS
Draw circles with quads or points.
|
static boolean |
debug |
static boolean |
debugView |
static boolean |
GDX_DESKTOP_QUIRKS |
static boolean |
GDX_WEBGL_QUIRKS |
static GL |
gl
The instance provided by backend
|
static GL30 |
gl30 |
static boolean |
NO_BUFFER_SUB_DATA
Set true as workaround for adreno driver issue:
https://github.com/opensciencemap/vtm/issues/52
|
| Constructor and Description |
|---|
GLAdapter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
init(GL gl) |
static boolean |
isGL30() |
public static final boolean debug
public static final boolean debugView
public static GL gl
public static GL30 gl30
public static boolean ANDROID_QUIRKS
public static boolean GDX_DESKTOP_QUIRKS
public static boolean GDX_WEBGL_QUIRKS
public static boolean NO_BUFFER_SUB_DATA
public static boolean CIRCLE_QUADS
public static void init(GL gl)
public static boolean isGL30()