ConfettiFX / The-Forge

The Forge Cross-Platform Rendering Framework PC Windows, Steamdeck (native), Ray Tracing, macOS / iOS, Android, XBOX, PS4, PS5, Switch, Quest 2
Apache License 2.0
4.71k stars 493 forks source link

Fix iOS Xcode Open GL ES Error breakpoint crash. #202

Closed Michael-Lfx closed 2 years ago

Michael-Lfx commented 3 years ago

It will hit breakpoint crash when running GL ES backend with EAGLContext API 3.0 on iPhone XR without proper setting up framebuffer and renderbuffer from CAEAGLLayer storage. It will show error message by changing place of glCheckFramebufferStatus() instead crashing instantly.

wolfgangfengel commented 3 years ago

Good catch! We will add this to the next release.