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

OpenGL 4.1? #36

Open
Veronika-Kot opened this issue Sep 11, 2018 · 1 comment
Open

OpenGL 4.1? #36

Veronika-Kot opened this issue Sep 11, 2018 · 1 comment

Comments

@Veronika-Kot
Copy link

Hi There,

Do the provided examples work with OpenGL 4.1 drivers?
I can build a project, but when I run .exe file nothing happens.

Thank you.

@cortreeze
Copy link

Hi, Veronika
In examples 4.3 used by default. You can override minor version by putting info.minorVersion = 1; after sb7::application::init() call in your void init(). Or simply make changes in sb7::application::init(), so they will affect all of your projects. Some features will not be available (e.g. Compute Shaders were introduced in 4.3). But I think this will fix most of the examples.

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

No branches or pull requests

2 participants