mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
The BIG LWJGL REFACTORING
This commit is contained in:
parent
a694e80b40
commit
11b2fc05e3
233 changed files with 2995 additions and 3049 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
package org.lwjgl.opengl;
|
||||
|
||||
public class StateStack {
|
||||
class StateStack {
|
||||
/** Only int state is tracked */
|
||||
private final int[] state_stack;
|
||||
private int stack_pos;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue