Android: Support GLES3 and hardware renderers

This commit is contained in:
Connor McLaughlin
2019-12-01 21:57:27 +10:00
parent 299ee05cd9
commit adc3a2fac1
8 changed files with 153 additions and 142 deletions

View File

@ -3,8 +3,8 @@ set(SRCS
android_audio_stream.h
android_host_interface.cpp
android_host_interface.h
android_gles2_host_display.cpp
android_gles2_host_display.h
android_gles_host_display.cpp
android_gles_host_display.h
main.cpp
)