Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Commits on Jun 14, 2021

  1. Fix iOS Xcode Open GL ES Error breakpoint crash.

    It will hit breakpoint crash when running GL ES backend with EAGLContext API 3.0 on iPhone XR without proper creating up framebuffer and renderbuffer from CAEAGLLayer storage.
    It will show error message by changing glCheckFramebufferStatus() instead crashing instantly.
    Michael-Lfx committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    366a489 View commit details
    Browse the repository at this point in the history