Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EGL: use eglGetPlatformDisplay if available (#865)
POSIX Ports: When acquiring an EGL context, try calling the client-specific eglGetPlatformDisplay() before falling back to the more generic eglGetDisplay(). Hopefully fixes #864.
- Loading branch information