raylib-rs icon indicating copy to clipboard operation
raylib-rs copied to clipboard

How to change OpenGl version?

Open erioxis opened this issue 4 years ago • 2 comments

I have an old pc that does not support newer versions of OpenGL Can I change it?

erioxis avatar Jul 15 '21 15:07 erioxis

You'll have to rebuild raylib with an older version of OpenGL. Follow the nobuild guide to use your own version of raylib.

https://github.com/deltaphc/raylib-rs/wiki/Using-nobuild-feature

Dacode45 avatar Jul 15 '21 16:07 Dacode45

You'll have to rebuild raylib with an older version of OpenGL. Follow the nobuild guide to use your own version of raylib.

https://github.com/deltaphc/raylib-rs/wiki/Using-nobuild-feature

I build raylib with old version opengl, now my game works with C, but i get error with rust with nobuild image

erioxis avatar Jul 16 '21 01:07 erioxis