blob: e687dcdecb4d4b72c7a29fb23467917ed1063e8a (
plain) (
blame)
1
2
3
4
5
6
7
8
|
This is a work-in-progress specification of the EGL External Platform
interface for writing EGL platforms and their interactions with modern
window systems on top of existing low-level EGL platform
implementations. This keeps window system implementation specifics out
of EGL drivers by using application-facing EGL functions.
Examples of low-level EGL platforms are EGL_EXT_platform_device or
EGL_KHR_platform_gbm.
|