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

Add support for GL v2.x #9

Open
AndrejMitrovic opened this issue Jun 5, 2016 · 0 comments
Open

Add support for GL v2.x #9

AndrejMitrovic opened this issue Jun 5, 2016 · 0 comments
Assignees

Comments

@AndrejMitrovic
Copy link
Member

Even though it's old the library shouldn't technically depend on v3.x. The imgui project has such an example.

First problem I've noticed is that the glwtf dependency tries to load GL versions down to v3.0 but not older:

immutable OGLVT[] OGLVTS = [OGLVT(4, 3), OGLVT(4, 2), OGLVT(4, 1), OGLVT(4, 0),
                            OGLVT(3, 3), OGLVT(3, 2), OGLVT(3, 1), OGLVT(3, 0)];

We could try to just not use glwtf in the samples. I merely used it for convenience.

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

1 participant