EGL詳解

eglMakeCurrent()詳解 在完成EGL的初始化之後,需要通過eglMakeCurrent()函數來將當前的上下文切換,這樣opengl的函數才能啓動作用。 boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context) 該接口將申請到的display,dra
相關文章
相關標籤/搜索