Hello Guest

[SOLVED] Max texture size?

  • 0 Replies
  • 5701 Views
[SOLVED] Max texture size?
« on: January 22, 2010, 06:44:30 »
How can I tell what's the max texture size?

Nevermind
Code: [Select]
IntBuffer o = IntBuffer.allocate(16);
GL11.glGetInteger(GL11.GL_MAX_TEXTURE_SIZE, o);
System.err.println("GL_MAX_TEXTURE_SIZE: " + o.get());
« Last Edit: January 22, 2010, 07:11:05 by lainmaster »