-
-
Notifications
You must be signed in to change notification settings - Fork 431
Add Legacy OpenGL ImGuiController #854
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
Conversation
This should run on as low as OpenGL2.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Model PR, thank you so much!
@ThomasMiz area owner signoff?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nit, still approved as discussed in Discord.
src/OpenGL/Extensions/Silk.NET.OpenGL.Extensions.ImGui/ImGuiController.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Dylan Perks <11160611+Perksey@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
@Perksey We're getting the workload install problems on the CI again, should we merge anyways? |
Yep sounds fine. |
Summary of the PR
Adds an OpenGL2.0 compatible ImGuiRenderer
Additional Info
I removed glVersion as it was never used and caused issues on older GL versions