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?

link|improve this question

1  
One good idea might be to paste some code. For starters, are you enabling the texture unit? – Reuben Scratton Jan 24 '11 at 11:30
feedback

1 Answer

up vote 2 down vote accepted

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)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.