glutin::api

Module egl

Source
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.

Structs§

  • EGL interface.