OpenGL code that works on the Nexus One will not work properly on the Nexus S. Textures don't seem to render and I'm left with just black where textures should be.
Anyone got any ideas?
|
OpenGL code that works on the Nexus One will not work properly on the Nexus S. Textures don't seem to render and I'm left with just black where textures should be. Anyone got any ideas?
| |||||
feedback
|
|
Nexus S is more strict about the size of images that are used as textures in OpenGL ES. Textures must be a size of 2^n (eg 256, 512, 1024 etc) | ||||
|
feedback
|