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

Conversation

Michael-Lfx
Copy link

@Michael-Lfx Michael-Lfx commented Jun 14, 2021

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.

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.
@wolfgangfengel
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants