1
    2
    3
    4
    5
    6
    7
    8

content / test / data / gpu / functional_webgl_high_performance.html [blame]

<html>
<script type="text/javascript" src="./functional_files/context.js"></script>
<body onload="startWebGLContext({powerPreference: 'high-performance'})">
  <canvas id="glcanvas" width="640" height="480">
    Your browser doesn't appear to support the HTML5 <code><canvas></code> element.
  </canvas>
</body>
</html>