Skip to content

Commit

Permalink
OpenGL ES Renderer: Finalize the last remaining bug fixes so that the…
Browse files Browse the repository at this point in the history
… ES renderer can work "out of the box".

- Respect the draw buffers ordering rules that are unique to ES.
- Report the actual OpenGL variant being requested when initializing the renderer.
- Add oglrender_deinit() function pointer so that clients can properly handle the destruction of their associated context resources at the correct time.
- Certain internal OpenGL info is now assigned at run time instead of at compile time. This change now allows any of the OpenGL renderers to run side-by-side.
  • Loading branch information
rogerman committed Jul 26, 2024
1 parent d6532b9 commit 4c90c2d
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 200 deletions.
Loading

0 comments on commit 4c90c2d

Please sign in to comment.