-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
[SDL_OPENGL3] : possible regression #2919
Comments
Hello, I had the same issue, but fortunaly, I was aware. Something changed recently, indeed,but the issue is not that big : you can choose an OpenGL loader between gl3w (internal Dear ImGui), glew, and some other, by passing a define at build time. On my side, gl3w is sufficient, and works well. Maybe you prefer patch language ? ;-)
HTH -- Auteur d'OOoLight et OOo4Kids https://framagit.org/ericb/miniDart (logiciel Handball) |
Hi @ebachard .
?? No need of it. I tend to avoid unneeded dependencies that foster complexity. An internal custom loader will suffice, be leaner, more portable and under the project control. Example: --R |
…le to match linking settings (otherwise if another loader such as Glew is accessible, the opengl3 backend might automatically use it). [ocornut#2919, ocornut#2798]
Version/Branch of Dear ImGui:
Version: 1.75
Branch: master
Back-end/Renderer/Compiler/OS
Operating System: Ubuntu Server 18.04
My Issue/Question:
Out of the box
example_sdl_opengl3
does not compile anymore.Screenshots/Video
Comments
If we already have SDL2, is glew still necessary ??
--R
The text was updated successfully, but these errors were encountered: