feat: add android support
This commit is contained in:
@@ -107,4 +107,8 @@ namespace ImGui
|
||||
}
|
||||
*/
|
||||
|
||||
#ifdef ANDROID
|
||||
#define IMGUI_IMPL_OPENGL_ES3
|
||||
#else
|
||||
#define IMGUI_IMPL_OPENGL_LOADER_GLBINDING2
|
||||
#endif
|
||||
Reference in New Issue
Block a user