[SOLVED] Max texture size?

Started by lainmaster, January 22, 2010, 06:44:30

Previous topic - Next topic

lainmaster

How can I tell what's the max texture size?

Nevermind
IntBuffer o = IntBuffer.allocate(16);
GL11.glGetInteger(GL11.GL_MAX_TEXTURE_SIZE, o);
System.err.println("GL_MAX_TEXTURE_SIZE: " + o.get());