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§

config
Everything related to finding and manipulating the EGLConfig.
context
Everything related to EGLContext management.
device
Everything related to EGLDevice.
display
Everything related to EGLDisplay.
surface
Everything related to EGLSurface.

Structs§

Egl
EGL interface.