掌機 - Miyoo A30 - 解決OpenGL ES: Screen tearing問題



參考資訊:
https://www.khronos.org/opengl/wiki/Swap_Interval

解法如下:

eglSwapInterval(vid.eglDisplay, 1);