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.
22 lines
758 B
22 lines
758 B
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta charset="UTF-8" /> |
|
<title>Magnum WindowlessEglApplication Test</title> |
|
<link rel="stylesheet" href="WebApplication.css" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
</head> |
|
<body> |
|
<h1>Magnum WindowlessEglApplication Test</h1> |
|
<div id="container" class=""> |
|
<div id="sizer"><div id="expander"><div id="listener"> |
|
<canvas id="canvas" class="hidden"></canvas> |
|
<pre id="log"></pre> |
|
<div id="status">Initialization...</div> |
|
<div id="status-description"></div> |
|
<script src="WindowlessEmscriptenApplication.js"></script> |
|
<script async="async" src="PlatformWindowlessEglApplicationTest.js"></script> |
|
</div></div></div> |
|
</div> |
|
</body> |
|
</html>
|
|
|