public class GLAdapter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 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 gl20) |
public static final boolean debug
public static final boolean debugView
public static GL gl
public static boolean GDX_DESKTOP_QUIRKS
public static boolean GDX_WEBGL_QUIRKS
public static boolean NO_BUFFER_SUB_DATA
public static void init(GL gl20)