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

This commit is contained in:
Jesse Hall 2014-05-22 04:42:19 +00:00 committed by Android (Google) Code Review
commit 72aa92381a
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@
package android.opengl;
/** @hide */
public class GLES31Ext {
// GL_KHR_blend_equation_advanced

View File

@ -19,7 +19,6 @@
package android.opengl;
/** OpenGL ES 3.1
* @hide
*/
public class GLES31 extends GLES30 {