Module display

Source
Available on crate feature backend_egl only.
Expand description

Type safe native types for safe egl initialisation

Structs§

EGLBufferReaderwayland_frontend and use_system_lib
Type to receive EGLBuffer for EGL-based WlBuffers.
EGLDisplay
EGLDisplay represents an initialised EGL environment
EGLDisplayHandle
Wrapper around ffi::EGLDisplay to ensure display is only destroyed once all resources bound to it have been dropped.
PixelFormat
Describes the pixel format of a framebuffer

Enums§

DamageSupport
Denotes if damage tracking is supported.