mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
sys: Lowered required GLSL version to OpenGL 3.0
This commit is contained in:
@@ -201,7 +201,7 @@ namespace hex::init {
|
||||
ImGui::StyleColorsDark();
|
||||
|
||||
ImGui_ImplGlfw_InitForOpenGL(this->m_window, true);
|
||||
ImGui_ImplOpenGL3_Init("#version 150");
|
||||
ImGui_ImplOpenGL3_Init("#version 130");
|
||||
|
||||
auto &io = ImGui::GetIO();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user