git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@52934
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
GLuint cur_tex, cur_texu, cur_texv;
int render_op;
int cx, cy, cw, ch;
- Eina_Bool smooth : 1;
- Eina_Bool blend : 1;
- Eina_Bool clip : 1;
+ int smooth;
+ int blend;
+ int clip;
} current;
} state;
GLuint cur_tex, cur_texu, cur_texv;
int render_op;
int cx, cy, cw, ch;
- Eina_Bool smooth : 1;
- Eina_Bool blend : 1;
- Eina_Bool clip : 1;
+ int smooth;
+ int blend;
+ int clip;
} shader;
struct {
int num, alloc;