d8a6338b838cf58d03a8458a28f0e40ccc341a5c
[framework/uifw/evas.git] / src / modules / engines / gl_common / shader / img_bgra_nomul_frag.h
1 "#ifdef GL_ES\n"
2 "precision mediump float;\n"
3 "#endif\n"
4 "uniform sampler2D tex;\n"
5 "varying vec2 tex_c;\n"
6 "void main()\n"
7 "{\n"
8 "   gl_FragColor = texture2D(tex, tex_c.xy);\n"
9 "}\n"