tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

default.frag (262B)


      1 /*
      2 Copyright (c) 2019 The Khronos Group Inc.
      3 Use of this source code is governed by an MIT-style license that can be
      4 found in the LICENSE.txt file.
      5 */
      6 
      7 
      8 #ifdef GL_ES
      9 precision mediump float;
     10 #endif
     11 void main (void)
     12 {
     13 gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
     14 }