Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72aa9238 authored by Jesse Hall's avatar Jesse Hall Committed by Android (Google) Code Review
Browse files

Merge "opengl: Un-hide GLES31 and GLES31Ext classes"

parents 6487b67d 0232d3d1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@

package android.opengl;

/** @hide */
public class GLES31Ext {

    // GL_KHR_blend_equation_advanced
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@
package android.opengl;

/** OpenGL ES 3.1
 * @hide
 */
public class GLES31 extends GLES30 {