Skip to content

Commit

Permalink
feat: optional webgl-gl-error-check script in example.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Jul 18, 2020
1 parent 15adf39 commit 9f19a88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@
height: 100%;
}
</style>

</head>
<body>
<canvas class="framebuffer" id="framebuffer">
<!-- <script src="https://greggman.github.io/webgl-helpers/webgl-gl-error-check.js"></script>-->
<script>
const urlParams = new URLSearchParams(window.location.search);
let scriptUrl = urlParams.get("scriptUrl");
Expand Down

0 comments on commit 9f19a88

Please sign in to comment.