and fix more bits not tested yet

SVN revision: 43032
This commit is contained in:
Carsten Haitzler 2009-10-12 03:43:00 +00:00
parent bcf85c7225
commit a08e1d6793
1 changed files with 4 additions and 4 deletions

View File

@ -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"
};