Author Topic: [Q]Non-square textures and opengl es 2 warnings.  (Read 2000 times)

Offline Wolf17

  • int
  • **
  • Posts: 77
    • View Profile
[Q]Non-square textures and opengl es 2 warnings.
« on: June 22, 2014, 11:22:58 am »
  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 ?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: [Q]Non-square textures and opengl es 2 warnings.
« Reply #1 on: June 23, 2014, 09:31:24 am »
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.