Fixed new code, added GLES2 example - I'm not sure that it works correctly, but it reports that GLES 2 is initialized

This commit is contained in:
pelya
2011-08-02 13:20:32 +03:00
parent 6caefe96a5
commit 16f757970a
13 changed files with 329 additions and 13 deletions

View File

@@ -450,6 +450,7 @@ public class MainActivity extends Activity {
{
if(Globals.NeedGles2)
System.loadLibrary("GLESv2");
System.out.println("libSDL: loaded GLESv2 lib");
}
catch ( UnsatisfiedLinkError e )
{