Do not use imgui custom loader for opengl3

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-07-07 10:28:28 +01:00
parent b9d5bb9732
commit 9d71e37086
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

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