/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: Daniel Johansson
  • Date: 2013-04-03 08:12:59 UTC
  • mto: (4.7.9 GammaBear)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: maila@danieljohansson.nu-20130403081259-2j8fias9modtz6lf
Broken out inline CSS in WebGL

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>