Interrupt / delverengine

Delver game engine and editor
zlib License
796 stars 77 forks source link

Fixing a segfault in the OSX editor app while rendering for picking #274

Closed Interrupt closed 2 years ago

Interrupt commented 2 years ago

For some reason creating the picker frame buffer with stencil support is causing a segfault on this M1 Macbook. This is another worrying sign of the OpenGL rot that is setting in on OSX lately, hopefully the work to add an ANGLE backend to LibGdx lands soon and we can try that as an alternative backend for OSX (and maybe all platforms)

LibGDX ANGLE backend PR https://github.com/libgdx/libgdx/pull/6672