summaryrefslogtreecommitdiffstats
path: root/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html
blob: 2477c00ddd86b998f516921401ff14c9249ca47e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<!-- this file is auto-generated. DO NOT EDIT. -->
<!--
Copyright (c) 2019 The Khronos Group Inc.
Use of this source code is governed by an MIT-style license that can be
found in the LICENSE.txt file.
-->
<html>
<head>
<meta charset="utf-8">
<title>WebGL GLSL conformance test: built_in_varying_array_out_of_bounds_001_to_001.html</title>
<link rel="stylesheet" href="../../../../resources/js-test-style.css" />
<link rel="stylesheet" href="../../../../resources/ogles-tests.css" />
<script src="../../../../js/js-test-pre.js"></script>
<script src="../../../../js/webgl-test-utils.js"></script>
<script src="../../ogles-utils.js"></script>
</head>
<body>
<canvas id="example" width="500" height="500" style="width: 16px; height: 16px;"></canvas>
<div id="description"></div>
<div id="console"></div>
</body>
<script>
"use strict";
OpenGLESTestRunner.run({
  "tests": [
    {
      "pattern": "build",
      "testProgram": {
        "vertexShader": "../default/default.vert",
        "fragmentShader": "gl_Color_array_index_out_of_bounds_frag.frag"
      },
      "name": "gl_Color_array_index_out_of_bounds_frag.test.html",
      "linkstat": false,
      "compstat": false
    }
  ]
});
var successfullyParsed = true;
</script>
</html>