JiangYizhou / aquarium-test

BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Fix splash screen issue in angle backend #33

Closed JiangYizhou closed 5 years ago

JiangYizhou commented 5 years ago

When init context for angle, GLFW_NO_API hint should be set before creating the window. By default, glfw will create an opengl context. Angle has eglSwapBuffers api, so glfwSwapBuffers isn't required to swap the buffer again.