tor-browser

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

tex-3d-r32f-red-float.html (932B)


      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.js"></script>
     24 </head>
     25 <body>
     26 <canvas id="example" width="32" height="32"></canvas>
     27 <div id="description"></div>
     28 <div id="console"></div>
     29 <script>
     30 "use strict";
     31 function testPrologue(gl) {
     32    return true;
     33 }
     34 
     35 generateTest("R32F", "RED", "FLOAT", testPrologue, "../../../resources/", 2)();
     36 </script>
     37 </body>
     38 </html>