[Q]Non-square textures and opengl es 2 warnings.

Started by Wolf17, June 22, 2014, 11:22:58 AM

Previous topic - Next topic

Wolf17

  The logcat shows warnings for non square textures -
06-22 14:09:44.348: I/jPCT-AE(4438): [ 1403426384351 ] - WARNING: Texture's size is 64/128, but textures should be square for OpenGL ES2.0! This may result in a black texture!

But so far it has not occurred in any of the devices which I have tested  ;D!
But I don't want it to crop up in some random device out there !
Is there  any possibility or it is okay to use it like this ?

EgonOlsen

Depends on the drivers and the Android version as well as on the texture itself. If you want to be 100% sure, you better make them square.