diff --git a/legacy/evas/src/modules/engines/gl_common/evas_gl_shader.c b/legacy/evas/src/modules/engines/gl_common/evas_gl_shader.c index 8724e0383e..e8420b5a5f 100644 --- a/legacy/evas/src/modules/engines/gl_common/evas_gl_shader.c +++ b/legacy/evas/src/modules/engines/gl_common/evas_gl_shader.c @@ -22,7 +22,7 @@ Evas_GL_Program_Source shader_rect_frag_src = }; #if defined (GLES_VARIETY_S3C6410) -const unsigned int rect_frag_bin[] = +const unsigned int rect_vert_bin[] = { # include "shader/rect_vert_bin_s3c6410.h" }; @@ -62,7 +62,7 @@ Evas_GL_Program_Source shader_img_frag_src = }; #if defined (GLES_VARIETY_S3C6410) -const unsigned int img_frag_bin[] = +const unsigned int img_vert_bin[] = { # include "shader/img_vert_bin_s3c6410.h" }; @@ -102,7 +102,7 @@ Evas_GL_Program_Source shader_font_frag_src = }; #if defined (GLES_VARIETY_S3C6410) -const unsigned int font_frag_bin[] = +const unsigned int font_vert_bin[] = { # include "shader/font_vert_bin_s3c6410.h" }; @@ -142,7 +142,7 @@ Evas_GL_Program_Source shader_yuv_frag_src = }; #if defined (GLES_VARIETY_S3C6410) -const unsigned int yuv_frag_bin[] = +const unsigned int yuv_vert_bin[] = { # include "shader/yuv_vert_bin_s3c6410.h" };