-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
GL version define + runtime checks #2866
Conversation
Hello @dpilawa, thanks for looking into this! (MY INTENDED FIRST ANSWER, FEEL FREE TO IGNORE :) Some feedback:
I think the flow should be;
Additionally:
(10 MINUTES LATER - ACTUAL ANSWER) Both
So What do you think? |
Thanks for your feedback, @ocornut ! Regarding regression - the Now that we know that GLEW and GL3W use the same So bottom line is - I agree with your suggestion to simplify and still use runtime safety-net in |
Hi @dpilawa was just merging that now at the same time you updated the changelog :) |
IMGUI_IMPL_OPENGL_VERSION
used inimgui_impl_opengl3.cpp
IMGUI_IMPL_OPENGL_HAS_DRAW_WITH_BASE_VERTEX
define (fixing glDrawElementsBaseVertex is not available in GL 3.1 #2852)