Skip to content

Commit

Permalink
Expose OpenGL ES 3.0 API
Browse files Browse the repository at this point in the history
An experimental PR that exposes the whole OpenGL ES 3.0 API
to the binding layer.

It allows to, eventually, write custom rendering code when using the
compatibility renderer, allowing to customize rendering.

The feature would only be useful after implementing a compositor on the GLES3 side (if this ever happens).

This is a draft made just to see if its possible and what would it take, likely needs to be completed and cleaned up at some point if there is intention to merge it.
  • Loading branch information
reduz committed Jan 26, 2024
1 parent 17e7f85 commit 6d24b13
Show file tree
Hide file tree
Showing 4 changed files with 5,981 additions and 0 deletions.
Loading

0 comments on commit 6d24b13

Please sign in to comment.