Browse Source

Do not use imgui custom loader for opengl3

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.07
falkTX 3 years ago
parent
commit
9d71e37086
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      plugins/Cardinal/src/DearImGui.cpp

+ 2
- 0
plugins/Cardinal/src/DearImGui.cpp View File

@@ -18,6 +18,8 @@
# define IMGUI_IMPL_OPENGL_ES2
#elif defined(DGL_USE_GLES3)
# define IMGUI_IMPL_OPENGL_ES3
#elif defined(DGL_USE_OPENGL3)
# define IMGUI_IMPL_OPENGL_LOADER_CUSTOM
#endif

#define IMGUI_DPF_BACKEND


Loading…
Cancel
Save