vendredi 3 novembre 2017

eglMakeCurrent failed bad displyer in opengl c++

i try to display texture with opengl but i have this issue after initialization

rc = eglMakeCurrent(egl_display, egl_surface, egl_surface, egl_ctx);
if (rc != EGL_TRUE) {
fprintf(stderr, "eglMakeCurrent failed\n");
return EXIT_FAILURE;}

Aucun commentaire:

Enregistrer un commentaire