-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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 examples/example_win32_opengl2 #2359
Conversation
Standalone example application for Win32 + WGL + OpenGL2, using legacy fixed pipeline
Hello @podsvirov, have you looked at #1553 ? (check the patch in the comments at the end). Your code is simpler so I am interested in it. Presumably partly because it is using old OpenGL, partly some of the writing code (filling What do you use this for? |
Hello @ocornut, the @podgorskiy account it's not a me, becouse my account is @podsvirov. I have not tested it for multi-vieports and will try.
I think, that this can be used in education to quick start when learning computer graphics on Windows operation systems. And then learning more effictive and cross-platform solutions. |
Sorry for the typo (bad completion! edited the message now)
It seem backward to me to be teaching Win32 + legacy OpenGL when there are so many other ways. I'm asking because I need to protect myself from unnecessary support requests... |
From #1553:
May be for this PR too. |
Actually I realized that the main value for a raw win32 example is to provide the multi-viewport implementation (because it is not obvious / trivial how to do it currently). |
0c1e5bd
to
bb6a60b
Compare
8b83e0a
to
d735066
Compare
b3b85d8
to
0755767
Compare
c817acb
to
8d39063
Compare
Closed/solved, see #3218 (comment) |
Standalone example application for Win32 + WGL + OpenGL2, using legacy fixed pipeline.