jessevdk/webgl-play

Better warnings related to unavailable required extensions

Opened this issue · 0 comments

Currently, when a document requires an extension which is not available, an error is generated and shown inline in the JavaScript editor at the requireExtension API call. This isn't very discoverable, in particular with larger JavaScript documents. It would be nice to show an overlay error message about the missing extensions such that it is immediately clear what the issue is.