You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
implement GLES20 java bindings
These are just one to one bindings for the native OpenGL 2.0 APIs
This commit is contained in:
1922
src/api-impl/android/opengl/GLES20.java
Normal file
1922
src/api-impl/android/opengl/GLES20.java
Normal file
File diff suppressed because it is too large
Load Diff
983
src/api-impl/android/opengl/Matrix.java
Normal file
983
src/api-impl/android/opengl/Matrix.java
Normal file
File diff suppressed because it is too large
Load Diff
@@ -110,7 +110,9 @@ hax_jar = jar('hax', [
|
||||
'android/net/Uri.java',
|
||||
'android/opengl/EGLConfig.java',
|
||||
'android/opengl/EGLObjectHandle.java',
|
||||
'android/opengl/GLES20.java',
|
||||
'android/opengl/GLSurfaceView.java',
|
||||
'android/opengl/Matrix.java',
|
||||
'android/os/AsyncTask.java',
|
||||
'android/os/Binder.java',
|
||||
'android/os/Build.java',
|
||||
|
||||
Reference in New Issue
Block a user