NVIDIA / egl-wayland

The EGLStream-based Wayland external platform
MIT License
275 stars 43 forks source link

Fix the ABI version check. #106

Closed kbrenneman closed 2 months ago

kbrenneman commented 2 months ago

This fixes the ABI version check in loadEGLExternalPlatform. It currently uses EGL_EXTERNAL_PLATFORM_VERSION_CHECK, which is correct for what EGL_EXTERNAL_PLATFORM_HAS does, but it's backwards from what we need to check the driver version.