[go: up one dir, main page]

Module glutin::api::egl

source ·
Available on egl_backend only.
Expand description

EGL platform Api.

This platform is typically available on Linux, Android and other Unix-like platforms.

The EGL platform allows creating a Display from a Device.

Modules

  • Everything related to finding and manipulating the EGLConfig.
  • Everything related to EGLContext management.
  • Everything related to EGLDevice.
  • Everything related to EGLDisplay.
  • Everything related to EGLSurface.