electrum-bitcoinprivate/gui/kivy/data/glsl/default.fs

5 lines
94 B
Forth
Raw Normal View History

2016-01-27 06:51:20 -08:00
$HEADER$
void main (void){
gl_FragColor = frag_color * texture2D(texture0, tex_coord0);
}