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 GLES10 by simply subclassing GLES20
Most GLES10 functions are identical to the GLES20 functions. No need to implement this twice.
This commit is contained in:
4
src/api-impl/android/opengl/GLES10.java
Normal file
4
src/api-impl/android/opengl/GLES10.java
Normal file
@@ -0,0 +1,4 @@
|
||||
package android.opengl;
|
||||
|
||||
public class GLES10 extends GLES20 {
|
||||
}
|
||||
@@ -193,6 +193,7 @@ hax_jar = jar('hax', [
|
||||
'android/nfc/NfcManager.java',
|
||||
'android/opengl/EGLConfig.java',
|
||||
'android/opengl/EGLObjectHandle.java',
|
||||
'android/opengl/GLES10.java',
|
||||
'android/opengl/GLES20.java',
|
||||
'android/opengl/GLSurfaceView.java',
|
||||
'android/opengl/Matrix.java',
|
||||
|
||||
Reference in New Issue
Block a user