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

sokol_gl.h: don't skip rendering completely in case of errors #1096

Merged
merged 2 commits into from
Aug 26, 2024

Conversation

floooh
Copy link
Owner

@floooh floooh commented Aug 26, 2024

Also:

  • more detailed error tracking
  • two new functions to query number of recorded vertices and commands

Fixes #1092

floooh added 2 commits August 26, 2024 14:32
- more detailed error tracking
- two new functions to query number of recorded vertices and commands
@floooh floooh merged commit 501acaf into master Aug 26, 2024
35 checks passed
@floooh floooh deleted the issue1092_sokol-gl-error-fix branch August 26, 2024 12:46
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.

sokol_gl.h: should not skip rendering completely if a 'FULL' error is encountered.
1 participant