tor-browser

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

tex-3d-rgb32f-rgb-float.html (993B)


      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 
      9 This file is auto-generated from py/tex_image_test_generator.py
     10 DO NOT EDIT!
     11 
     12 -->
     13 
     14 
     15 <!DOCTYPE html>
     16 <html>
     17 <head>
     18 <meta charset="utf-8">
     19 <link rel="stylesheet" href="../../../resources/js-test-style.css"/>
     20 <script src="../../../js/js-test-pre.js"></script>
     21 <script src="../../../js/webgl-test-utils.js"></script>
     22 <script src="../../../js/tests/tex-image-and-sub-image-utils.js"></script>
     23 <script src="../../../js/tests/tex-image-and-sub-image-3d-with-image-data.js"></script>
     24 </head>
     25 <body>
     26 <canvas id="texcanvas" width="2" height="2"></canvas>
     27 <canvas id="example" width="32" height="32"></canvas>
     28 <div id="description"></div>
     29 <div id="console"></div>
     30 <script>
     31 "use strict";
     32 function testPrologue(gl) {
     33    return true;
     34 }
     35 
     36 generateTest("RGB32F", "RGB", "FLOAT", testPrologue, "../../../resources/", 2)();
     37 </script>
     38 </body>
     39 </html>