URI: 
       tdefault.fs - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
       tdefault.fs (94B)
       ---
            1 $HEADER$
            2 void main (void){
            3     gl_FragColor = frag_color * texture2D(texture0, tex_coord0);
            4 }