Skip to content

Select opengl #258

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

Merged
merged 3 commits into from
Sep 24, 2019
Merged

Select opengl #258

merged 3 commits into from
Sep 24, 2019

Conversation

pchampio
Copy link
Member

@pchampio pchampio commented Sep 12, 2019

Select the OpenGL version to use.

wraps the go-gl/gl lib in a internal package with build constrains to
let the user choose which go-gl/gl version he desire.

support 3.3(default) and none.

When the build tag is set to none, no dependency to go-gl/gl is
required, but texture plugins will not be supported.

related hover PR: go-flutter-desktop/hover#24

@pchampio pchampio requested a review from GeertJohan September 12, 2019 22:05
pchampio added a commit to go-flutter-desktop/hover that referenced this pull request Sep 12, 2019
@pchampio pchampio force-pushed the select_opengl branch 2 times, most recently from a882e19 to e8047c5 Compare September 13, 2019 21:28
wraps the go-gl/gl lib in a internal package with build constrains to
let the user choose which go-gl/gl version he desire.

support 3.3(default) and none.

When the build tag is set to none, no dependency to go-gl/gl is
required, but texture plugins will not be supported.
@GeertJohan
Copy link
Member

GeertJohan commented Sep 20, 2019

One question, otherwise LGTM

@GeertJohan GeertJohan merged commit 8d31197 into master Sep 24, 2019
@pchampio pchampio deleted the select_opengl branch September 25, 2019 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants