URI: 
       theader.fs - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
       theader.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;