-
-
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
OpenGL+Win32 Implementation Example #2022
Comments
Could you please share your color style? |
Thank you @rafaelkrause. Will try at some point to provide a raw Win32 example and this will be useful. Also linking to #1553. |
This is the Default Imgui Color with a White Background Window. See code
|
Your pixel format has Red and Blue inverted, hence the unexpected colors.
|
I see, do you know Where I can fix it? |
I use this method, everything is drawn perfectly, but Geforce Experience captures this window and records it. How to fix this behavior? |
Seems like a issue you need to fix with Geforce Experience, I maybe wrong..... |
Closed/solved, see #3218 (comment) |
Hi,
Just to help users how Want to use Dear Imgui with Win32 + OpenGL.
Please keep free to move this to right place.
We use IMGUI version 1.63, with OpenGL and Win32 Implementation
Note: wglext.h is required
The text was updated successfully, but these errors were encountered: