Unhide android.opengl.GLES30 class and contents
Bug: 8566953 Change-Id: I5273fb3bff642da5ff1eecb5899e8051402b19ca
This commit is contained in:
@ -299,6 +299,7 @@ public class GLES20 {
|
||||
// GL_STENCIL_INDEX does not appear in gl2.h or gl2ext.h, and there is no
|
||||
// token with value 0x1901.
|
||||
//
|
||||
@Deprecated
|
||||
public static final int GL_STENCIL_INDEX = 0x1901;
|
||||
public static final int GL_STENCIL_INDEX8 = 0x8D48;
|
||||
public static final int GL_RENDERBUFFER_WIDTH = 0x8D42;
|
||||
|
@ -20,7 +20,6 @@
|
||||
package android.opengl;
|
||||
|
||||
/** OpenGL ES 3.0
|
||||
* @hide
|
||||
*/
|
||||
public class GLES30 extends GLES20 {
|
||||
public static final int GL_READ_BUFFER = 0x0C02;
|
||||
|
Reference in New Issue
Block a user