mirror of https://github.com/mosra/magnum.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
610 B
20 lines
610 B
|
8 years ago
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<title>Magnum WindowlessEglApplication Test</title>
|
||
|
|
<link rel="stylesheet" href="WebApplication.css" />
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>Magnum WindowlessEglApplication Test</h1>
|
||
|
|
<div id="listener">
|
||
|
|
<canvas id="module" class="hidden"></canvas>
|
||
|
|
<pre id="log"></pre>
|
||
|
|
<div id="status">Initialization...</div>
|
||
|
|
<div id="statusDescription"></div>
|
||
|
|
<script src="WindowlessEmscriptenApplication.js"></script>
|
||
|
|
<script async="async" src="PlatformWindowlessEglApplicationTest.js"></script>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|