microsoft / angle

ANGLE: OpenGL ES to DirectX translation
Other
615 stars 166 forks source link

EGL_DEVICE_EXT not returned when query #138

Open elhassanabdou opened 6 years ago

elhassanabdou commented 6 years ago

@MikeRiches const char* s = eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS); std::string platformExtensions(s); if (platformExtensions.find("EGL_EXT_device_base") == std::string::npos) std::cout << "error in EXT Device base";

I can not figure out why EGL_DEVICE_EXT is not returned