electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

default.fs (94B)


      1 $HEADER$
      2 void main (void){
      3     gl_FragColor = frag_color * texture2D(texture0, tex_coord0);
      4 }