EGLContext: eglMakeCurrent詳解

1. 前言 在完成EGL的初始化以後,須要經過eglMakeCurrent()函數來將當前的上下文切換,這樣opengl的函數才能啓動做用。前端 boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context) 該接口將申請到的display,draw(surface)和
相關文章
相關標籤/搜索