Merge pull request #604 from Gustl22/issue_601

Playground renderer: bind with GLState, #601
This commit is contained in:
Emux
2018-12-03 11:40:40 +02:00
committed by GitHub
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;