electrum

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

header.fs (195B)


      1 #ifdef GL_ES
      2     precision highp float;
      3 #endif
      4 
      5 /* Outputs from the vertex shader */
      6 varying vec4 frag_color;
      7 varying vec2 tex_coord0;
      8 
      9 /* uniform texture samplers */
     10 uniform sampler2D texture0;