/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: mattman-03
  • Date: 2013-04-09 09:32:13 UTC
  • mfrom: (11.2.6 smallFix)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: mattman-03-20130409093213-8qwluai3ydk0lgwp
wikxen merged

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;