cschreib / lxgui

Portable, real time, modular and data-driven GUI C++ library.
https://cschreib.github.io/lxgui
MIT License
73 stars 20 forks source link

Problems with memory on WebAssembly #103

Closed paulocoutinhox closed 2 years ago

paulocoutinhox commented 2 years ago

Hi,

I have this error when open webgl demo (1 or 2):

image

Maybe WASM demos need be compiled with -s ALLOW_MEMORY_GROWTH=1.

Thanks.

cschreib commented 2 years ago

I can confirm the issue, thank you for reporting! I believe this option is already set, however, so it must be something else. I will investigate!

cschreib commented 2 years ago

I found the error! Sneaky, as it does not trigger on normal DPI systems (e.g., my desktop, which I use for regular testing). Thank you again for reporting the issue.