Hello.
Tyring to find a configuration for a Surface and Context querying by EGL_NATIVE_RENDERABLE gives 0 configurations on an nvidia card.
On a intel card it gives valid configurations.
The spinnet is the following:
EGLint configAttribs[] = {
EGL_RENDERABLE_TYPE
,EGL_OPENGL_BIT
,EGL_DEPTH_SIZE
,24
,EGL_NATIVE_RENDERABLE
,EGL_TRUE
,EGL_NONE
};
eglChooseConfig(mainEGL, configAttribs, configs, numConfig, &numConfig);
//Result in none viable configurations
The card is GTX 1060.
OpenGL reports: OpenGL version 4.5.0 NVIDIA 375.26
uname -a: Linux localhost 4.9.6-1-ARCH #1 SMP PREEMPT Thu Jan 26 09:22:26 CET 2017 x86_64 GNU/Linux