fix: changed android defines
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef ANDROID
|
||||
#ifdef __ANDROID__
|
||||
#include <GLES3/gl3.h>
|
||||
#else
|
||||
#include "glbinding/gl/gl.h"
|
||||
|
||||
@@ -107,7 +107,7 @@ namespace ImGui
|
||||
}
|
||||
*/
|
||||
|
||||
#ifdef ANDROID
|
||||
#ifdef __ANDROID__
|
||||
#define IMGUI_IMPL_OPENGL_ES3
|
||||
#else
|
||||
#define IMGUI_IMPL_OPENGL_LOADER_GLBINDING2
|
||||
|
||||
Reference in New Issue
Block a user