From a0fc68ee1196c65b8ee359a2e686828a609dacd4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Tue, 29 Apr 2014 09:02:49 +0900 Subject: [PATCH] Evas GL: Fix invalid definitions of ETC2 GLenum Bad copy and paste. --- src/lib/evas/Evas_GL.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/evas/Evas_GL.h b/src/lib/evas/Evas_GL.h index 8f148d9ad6..91ba179ef6 100644 --- a/src/lib/evas/Evas_GL.h +++ b/src/lib/evas/Evas_GL.h @@ -1058,8 +1058,8 @@ typedef signed long int GLsizeiptr; // Changed khronos_ssize_t /* The following are OpenGL ES 3.0 definitions for ETC2 * Note that RGB8_ETC2 is a superset of GL_OES_compressed_ETC1_RGB8_texture */ -#define GL_COMPRESSED_RGB8_ETC2 0x8D64 -#define GL_COMPRESSED_RGBA8_ETC2_EAC 0x8D64 +#define GL_COMPRESSED_RGB8_ETC2 0x9274 +#define GL_COMPRESSED_RGBA8_ETC2_EAC 0x9278 /* GL_OES_compressed_paletted_texture */ #define GL_PALETTE4_RGB8_OES 0x8B90