/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: Erik Wikström
  • Date: 2013-04-09 09:21:05 UTC
  • mto: (21.1.1 lenasys)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: wikxen@gmail.com-20130409092105-u1u3gxbql1vx65a7
Added missing WebGL javascript files, moved bothe them and the existing ones to /js. Updated references

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;