Login  Register

Re: Textures - program works on one machine, but not on another.

Posted by Wade Walker on Mar 07, 2011; 3:48pm
URL: https://forum.jogamp.org/Textures-program-works-on-one-machine-but-not-on-another-tp2566528p2646601.html

Traditionally, only texture dimensions that were powers of two were allowed in OpenGL. Then, with the addition of ARB_texture_non_power_of_two (see http://www.opengl.org/registry/specs/ARB/texture_non_power_of_two.txt) that restriction was relaxed.

If you run etc\test.bat from the JOGL 2 installation, it lists the extensions that your card supports. If ARB_texture_non_power_of_two is not in there, then you've found the problem