Very little LWJGL 3 port

This commit is contained in:
khanhduytran0 2020-04-10 20:00:14 +07:00
parent 0d04a1ab1b
commit 7d93ae9b8f
12 changed files with 54 additions and 3 deletions

View file

@ -388,6 +388,7 @@ public class MainActivity extends Activity implements OnTouchListener, OnClickLi
}
});
// System.loadLibrary("gl04es");
System.loadLibrary("gl04es");
Bitmap awtGraphics = Bitmap.createBitmap(10, 10, Bitmap.Config.ARGB_8888);