Skip to content

EGL_DEVICE_EXT not returned when query #138

@elhassanabdou

Description

@elhassanabdou

@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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions