mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-15 20:26:09 +01:00
Fixed test.
This commit is contained in:
parent
254e2937d7
commit
cd011c6309
|
|
@ -48,10 +48,10 @@ import javax.imageio.ImageIO;
|
|||
|
||||
import static org.lwjgl.opengl.EXTTransformFeedback.*;
|
||||
import static org.lwjgl.opengl.GL11.*;
|
||||
import static org.lwjgl.opengl.GL12.*;
|
||||
import static org.lwjgl.opengl.GL15.*;
|
||||
import static org.lwjgl.opengl.GL20.*;
|
||||
import static org.lwjgl.opengl.GL30.*;
|
||||
import static org.lwjgl.opengl.GL32.*;
|
||||
|
||||
/**
|
||||
* Sprite rendering demo. In this version we're doing the animation
|
||||
|
|
|
|||
Loading…
Reference in a new issue