Don't ignore lying drivers

This commit is contained in:
Elias Naur 2003-09-26 13:59:50 +00:00
parent 1f0a6136b7
commit 42ad1026af
22 changed files with 604 additions and 1667 deletions

View file

@ -189,7 +189,6 @@ public final class VBOIndexTest {
Sys.setProcessPriority(Sys.HIGH_PRIORITY);
System.out.println("Timer resolution: " + Sys.getTimerResolution());
// Go into orthographic projection mode.
GLCaps.determineAvailableExtensions();
GL.glMatrixMode(GL.GL_PROJECTION);
GL.glLoadIdentity();
GLU.gluOrtho2D(0, Display.getWidth(), 0, Display.getHeight());