NVIDIA/libglvnd

eglMakeCurrent with invalid display should return error even if context is NULL

Closed this issue · 0 comments

Currently we return TRUE when the display is invalid and context is NULL, but we need to return EGL_FALSE and set EGL_BAD_DISPLAY.