View Single Post
jflatt's Avatar
Posts: 534 | Thanked: 723 times | Joined on Oct 2009
#1689
Originally Posted by javispedro View Post
That means it probably isn't a GL 1.0 game.

If you have the binary, can you look which libraries it directly links with? (readelf -d <binaryname> inside scratchbox should list them). Does it link with libGLES_CM, libGLESv2, or none of those?
You're right, it doesn't link to any of those. I did 'strings Worms | grep gl' and it came back with all kinds of gl calls though, including glViewport and glLoadIdentity. Does this mean it's GLES 2? SDL only? Or has some gl library statically linked? Also, it's built using the Airplay SDK if that means anything.

Edit: also in strings:
libGLES_CM.so
libgles_cm.so
libGLESv2.so
libEGL.so
-statically linked?

Edit: also,
SDLGL: Requested GL major version 1

Last edited by jflatt; 2011-02-11 at 03:28.
 

The Following User Says Thank You to jflatt For This Useful Post: