WinsysID
Description:
public enum WinsysID
Identifies specific window system backends that Cogl supports.
These can be used to query what backend Cogl is using or to try and explicitly select a backend to use.
Content:
Enum values:
- ANY - Implies no preference for which backend is
used
- STUB - Use the no-op stub backend
- GLX - Use the GLX window system binding API
- EGL_XLIB - Use EGL with the X window system
via XLib
- EGL_NULL - Use EGL with the PowerVR NULL
window system
- EGL_GDL - Use EGL with the GDL platform
- EGL_WAYLAND - Use EGL with the Wayland
window system
- EGL_KMS - Use EGL with the KMS platform
- EGL_ANDROID - Use EGL with the Android
platform
- EGL_MIR - Use EGL with the Mir server
- WGL - Use the Microsoft Windows WGL binding API
- SDL - Use the SDL window system