1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-09 14:57:47 +02:00
CanvasBlocker/test/webGL-Test.html

11 lines
209 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2017-08-13 23:44:31 +02:00
<title>webGL test</title>
</head>
<body>
2017-08-13 23:44:31 +02:00
<h1>webGL test</h1>
Checks if the addon also supports webGL.
<div id="output"></div>
<script src="webGL-Test.js"></script>
</body></html>