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

Support for old OpenGL versions #4

Closed
reivilibre opened this issue Jun 26, 2021 · 0 comments · Fixed by #5
Closed

Support for old OpenGL versions #4

reivilibre opened this issue Jun 26, 2021 · 0 comments · Fixed by #5

Comments

@reivilibre
Copy link

reivilibre commented Jun 26, 2021

Hello there,

For my project (I want to run on a PinePhone with Mali 400 GPU), I needed to be able to support OpenGL ES 2 (maximum GLSL version 1.20).

This library makes use of instanced rendering (which doesn't exist on GL ES 2) and gl_VertexID (and some other syntactic modern GLSL style), which I've had to work around.

I have, for the time being, pieced together the changes needed to downgrade OpenGL and GLSL and made a fork ( https://bics.ga/reivilibre/glow_glyph_compat ).

However, it would be nice to make glow_glyph itself have a fallback mode for these old versions. I would be interested to hear your thoughts about this.

Thanks for your libraries!

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 a pull request may close this issue.

1 participant