Mercurial > hg > orthanc-stone
view Samples/WebAssembly/index.html @ 961:92e32e263ae9 toa2019082601
Removed log in IsContextLost (too many calls) + removed glGetError guards on calls (expensive) + added shared_ptr ref count dump in LoaderCache (still needs to figure that one out)
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Mon, 26 Aug 2019 11:01:53 +0200 |
parents | 270c31978df1 |
children |
line wrap: on
line source
<!doctype html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Stone of Orthanc</title> </head> <body> <h1>Available samples</h1> <ul> <li><a href="BasicScene.html">Basic scene</a></li> <li><a href="BasicMPR.html">Basic MPR display</a></li> </ul> </body> </html>