Cryru / Emotion

A game engine.
MIT License
56 stars 5 forks source link

Unhandled exception in WASM builds #71

Closed wihrl closed 3 years ago

wihrl commented 3 years ago

Seems rendering related.

Exception: image

Source: image

Cryru commented 3 years ago

This was broken in 3b57a60 due to the usage of BufferSubData which is implemented on the JS side of the webgl driver but not on the Blazor side. Since no tests run for the web version this went uncaught.

Thankfully it was an easy fix :)