Playground renderer: bind with GLState (#601)

This commit is contained in:
Gustl22
2018-12-02 23:34:37 +01:00
parent bb87c8a51b
commit 7146875c05
5 changed files with 17 additions and 10 deletions

View File

@@ -29,6 +29,7 @@ public class GLState {
static final Logger log = LoggerFactory.getLogger(GLState.class);
public final static int DISABLED = -1;
public final static int UNBIND = 0;
private final static boolean[] vertexArray = {false, false};
private static boolean blend = false;