mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
build: Updated GLFW and OpenGL3 ImGui Backends
This commit is contained in:
@@ -877,6 +877,7 @@ namespace hex {
|
||||
ImGui_ImplOpenGL3_Init("#version 150");
|
||||
#elif defined(OS_WEB)
|
||||
ImGui_ImplOpenGL3_Init();
|
||||
ImGui_ImplGlfw_InstallEmscriptenCanvasResizeCallback("#canvas");
|
||||
#else
|
||||
ImGui_ImplOpenGL3_Init("#version 130");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user