SDL: better GLES3 support, non-working GLES3 sample app

This commit is contained in:
pelya
2016-09-11 03:41:27 +03:00
parent a3bdacdf62
commit 3a82580ce5
23 changed files with 1962 additions and 1425 deletions

View File

@@ -57,10 +57,10 @@ LOCAL_SRC_FILES := $(foreach F, $(SDL_SRCS), $(addprefix $(dir $(F)),$(notdir $(
LOCAL_SHARED_LIBRARIES := sdl_native_helpers # Not really a dependency, needed for CustomBuildScript
ifdef USE_GLSHIM
ifdef USE_GLSHIM
LOCAL_STATIC_LIBRARIES := glshim
endif
LOCAL_LDLIBS := -lGLESv1_CM -ldl -llog
LOCAL_LDLIBS := $(APPLICATION_GLES_LIBRARY) -ldl -llog
include $(BUILD_SHARED_LIBRARY)