/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to WebGL and Benchmarking/test1shaderstartup.html

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-30 12:50:06 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20130530125006-f2pn1oto36ydp30f
Added some licensing information that needs to be filled out.
Authors need to fill out/in file names and who is the owner
of them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        <title>Shader Startup Benchmark</title>
6
6
        <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
7
7
 
8
 
        <script type="text/javascript" src="glMatrix-0.9.5.min.js"></script>
9
 
        <script type="text/javascript" src="webgl-utils.js"></script>
10
 
        <script type="text/javascript" src="webgl-helpers.js"></script>
11
 
        <script type="text/javascript" src="httpAjax.js"></script>
 
8
        <script type="text/javascript" src="../js/glMatrix-0.9.5.min.js"></script>
 
9
        <script type="text/javascript" src="../js/webgl-utils.js"></script>
 
10
        <script type="text/javascript" src="../js/webgl-helpers.js"></script>
 
11
        <script type="text/javascript" src="../js/httpAjax.js"></script>
12
12
 
13
13
        <script id="shader-fs" type="x-shader/x-fragment">
14
14
                precision mediump float;
139
139
 
140
140
<body onload="genID('Startup Screenaligned'); webGLStart('canvas');">
141
141
 
142
 
        <canvas id="canvas" style="border: none;" width="400" height="400"></canvas>
 
142
        <canvas id="canvas"></canvas>
143
143
        <div id="fps"></div>
144
144
 
145
145
</body>