tex-3d-rgb8-rgb-unsigned_byte.html (940B)
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-video.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("RGB8", "RGB", "UNSIGNED_BYTE", testPrologue, "../../../resources/", 2)(); 36 </script> 37 </body> 38 </html>