ArthurSonzogni / smk

SMK - Simple multimedia kit - C++ WebAssembly
MIT License
125 stars 18 forks source link

Resizing Screen On Mac Crashes #22

Open TheMaverickProgrammer opened 2 years ago

TheMaverickProgrammer commented 2 years ago

OS: Monterrey 12.4 (21F79) Mac Mini M1 2020 Scheme: Framebuffer Expectations: Resize window and app continues to run in the new window resolution Outcome: App crashes upon resize

Screen Shot 2022-06-20 at 9 08 18 PM

This could be an issue with GLFW and not SMK.

TheMaverickProgrammer commented 2 years ago

This only happens to frame buffer objects. Every other target in the project works fine.