tor-browser

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

test-webgl2.js (194B)


      1 /** @type {WebGL2RenderingContext} */ var myContext;
      2 console.log(myContext.READ_BUFFER);
      3 // See whether WebGL 1.0 properties are correctly type checked.
      4 console.log(myContext.DEPTH_BUFFER_BIT);