Available on crate feature
backend_egl
only.Expand description
Type safe native types for safe egl initialisation
Structs§
- EGLBuffer
Reader wayland_frontend
anduse_system_lib
- Type to receive
EGLBuffer
for EGL-basedWlBuffer
s. - EGLDisplay
EGLDisplay
represents an initialised EGL environment- EGLDisplay
Handle - Wrapper around
ffi::EGLDisplay
to ensure display is only destroyed once all resources bound to it have been dropped. - Pixel
Format - Describes the pixel format of a framebuffer
Enums§
- Damage
Support - Denotes if damage tracking is supported.